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

Struct imlAppModule

module/service/iml.go:1047–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045)
1046
1047type imlAppModule struct {
1048 teamService team.ITeamService `autowired:""`
1049 serviceService service.IServiceService `autowired:""`
1050 teamMemberService team_member.ITeamMemberService `autowired:""`
1051 subscribeService subscribe.ISubscribeService `autowired:""`
1052 authService application_authorization.IAuthorizationService `autowired:""`
1053 roleService role.IRoleService `autowired:""`
1054 roleMemberService role.IRoleMemberService `autowired:""`
1055 transaction store.ITransaction `autowired:""`
1056}
1057
1058func (i *imlAppModule) SearchCanSubscribe(ctx context.Context, serviceId string) ([]*service_dto.SubscribeAppItem, bool, error) {
1059 apps, err := i.searchMyApps(ctx, "", "")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected