(ctx context.Context, serviceIds ...string)
| 19 | Exist(ctx context.Context, aid string, api *Exist) error |
| 20 | ListForService(ctx context.Context, serviceId string) ([]*API, error) |
| 21 | ListForServices(ctx context.Context, serviceIds ...string) ([]*API, error) |
| 22 | GetInfo(ctx context.Context, aid string) (*Info, error) |
| 23 | ListInfo(ctx context.Context, aids ...string) ([]*Info, error) |
| 24 | ListInfoForService(ctx context.Context, serviceId string) ([]*Info, error) |