Get 获取
(ctx *gin.Context, id string)
| 15 | type IServiceController interface { |
| 16 | // Get 获取 |
| 17 | Get(ctx *gin.Context, id string) (*service_dto.Service, error) |
| 18 | // SearchMyServices 搜索服务 |
| 19 | SearchMyServices(ctx *gin.Context, teamID string, keyword string) ([]*service_dto.ServiceItem, error) |
| 20 | Search(ctx *gin.Context, teamIDs string, keyword string) ([]*service_dto.ServiceItem, error) |
no outgoing calls
no test coverage detected