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

Struct imlServiceService

service/service/iml.go:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17var _ IServiceService = (*imlServiceService)(nil)
18
19type imlServiceService struct {
20 store service.IServiceStore `autowired:""`
21
22 universally.IServiceGet[Service]
23 universally.IServiceDelete
24 universally.IServiceCreate[Create]
25 universally.IServiceEdit[Edit]
26}
27
28func (i *imlServiceService) AppListByTeam(ctx context.Context, teamId ...string) ([]*Service, error) {
29 if len(teamId) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected