(ctx context.Context, options ServiceCreateOptions)
| 177 | // ServiceAPIClient defines API client methods for the services |
| 178 | type ServiceAPIClient interface { |
| 179 | ServiceCreate(ctx context.Context, options ServiceCreateOptions) (ServiceCreateResult, error) |
| 180 | ServiceInspect(ctx context.Context, serviceID string, options ServiceInspectOptions) (ServiceInspectResult, error) |
| 181 | ServiceList(ctx context.Context, options ServiceListOptions) (ServiceListResult, error) |
| 182 | ServiceUpdate(ctx context.Context, serviceID string, options ServiceUpdateOptions) (ServiceUpdateResult, error) |
no outgoing calls