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

Struct imlAppController

controller/service/iml.go:736–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736type imlAppController struct {
737 module service.IAppModule `autowired:""`
738 authModule application_authorization.IAuthorizationModule `autowired:""`
739}
740
741func (i *imlAppController) SearchCanSubscribe(ctx *gin.Context, serviceId string) ([]*service_dto.SubscribeAppItem, error) {
742 items, _, err := i.module.SearchCanSubscribe(ctx, serviceId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected