mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
doc: update Config() comment in API Service interface (#10840)
Update Config comment in Service interface Signed-off-by: Praful Gupta <prafulgupta6@gmail.com>
This commit is contained in:
parent
7c42776770
commit
d7b1972d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ type Service interface {
|
|||
Ps(ctx context.Context, projectName string, options PsOptions) ([]ContainerSummary, error)
|
||||
// List executes the equivalent to a `docker stack ls`
|
||||
List(ctx context.Context, options ListOptions) ([]Stack, error)
|
||||
// Convert translate compose model into backend's native format
|
||||
// Config executes the equivalent to a `compose config`
|
||||
Config(ctx context.Context, project *types.Project, options ConfigOptions) ([]byte, error)
|
||||
// Kill executes the equivalent to a `compose kill`
|
||||
Kill(ctx context.Context, projectName string, options KillOptions) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue