(ctx context.Context, teamId ...string)
| 15 | universally.IServiceEdit[Edit] |
| 16 | ServiceCountByTeam(ctx context.Context, teamId ...string) (map[string]int64, error) |
| 17 | AppCountByTeam(ctx context.Context, teamId ...string) (map[string]int64, error) |
| 18 | SearchPublicServices(ctx context.Context, keyword string) ([]*Service, error) |
| 19 | Check(ctx context.Context, id string, rule map[string]bool) (*Service, error) |
| 20 | ServiceList(ctx context.Context, serviceIds ...string) ([]*Service, error) |
no outgoing calls
no test coverage detected