starter/idl/api_service.thrift
2026-03-28 19:29:40 +08:00

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")