(ctx *gin.Context)
| 31 | SaveServiceDoc(ctx *gin.Context, id string, input *service_dto.SaveServiceDoc) error |
| 32 | Simple(ctx *gin.Context) ([]*service_dto.SimpleServiceItem, error) |
| 33 | MySimple(ctx *gin.Context) ([]*service_dto.SimpleServiceItem, error) |
| 34 | |
| 35 | Swagger(ctx *gin.Context) |
| 36 | ExportSwagger(ctx *gin.Context) |
no outgoing calls
no test coverage detected