(ctx context.Context, serviceIds ...string)
| 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) |
| 21 | ServiceListByKind(ctx context.Context, kind Kind, serviceIds ...string) ([]*Service, error) |
| 22 | AppList(ctx context.Context, appIds ...string) ([]*Service, error) |
| 23 | AppListByTeam(ctx context.Context, teamId ...string) ([]*Service, error) |
no outgoing calls
no test coverage detected