MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / MySimple

Method MySimple

controller/service/iml.go:480–482  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

478}
479
480func (i *imlServiceController) MySimple(ctx *gin.Context) ([]*service_dto.SimpleServiceItem, error) {
481 return i.module.MySimple(ctx)
482}
483
484func (i *imlServiceController) editAIService(ctx *gin.Context, id string, input *service_dto.EditService) (*service_dto.Service, error) {
485

Callers

nothing calls this directly

Calls 1

MySimpleMethod · 0.65

Tested by

no test coverage detected