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

Struct imlSubscribeController

controller/subscribe/iml.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type imlSubscribeController struct {
17 module subscribe.ISubscribeModule `autowired:""`
18}
19
20//func (i *imlSubscribeController) PartitionServices(ctx *gin.Context, app string) ([]*subscribe_dto.PartitionServiceItem, error) {
21// return i.module.PartitionServices(ctx, app)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected