MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlAPIController

Struct imlAPIController

controller/router/iml.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var _ IRouterController = (*imlAPIController)(nil)
14
15type imlAPIController struct {
16 module router.IRouterModule `autowired:""`
17}
18
19func (i *imlAPIController) Simple(ctx *gin.Context, input *router_dto.InputSimpleAPI) ([]*router_dto.SimpleItem, error) {
20 return i.module.SimpleAPIs(ctx, input)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected