7 lines
271 B
Thrift
7 lines
271 B
Thrift
include "base.thrift"
|
|
include "health/health.thrift"
|
|
namespace go api_service
|
|
|
|
service HealthService {
|
|
health.PingResponse Ping(1: health.PingRequest req)(api.get='/openapi/health/ping', api.serializer='json', api.category='健康检查')
|
|
}(api.service_path="health") |