Skip to content

Commit d7b1972

Browse files
authored
doc: update Config() comment in API Service interface (docker#10840)
Update Config comment in Service interface Signed-off-by: Praful Gupta <[email protected]>
1 parent 7c42776 commit d7b1972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Service interface {
5252
Ps(ctx context.Context, projectName string, options PsOptions) ([]ContainerSummary, error)
5353
// List executes the equivalent to a `docker stack ls`
5454
List(ctx context.Context, options ListOptions) ([]Stack, error)
55-
// Convert translate compose model into backend's native format
55+
// Config executes the equivalent to a `compose config`
5656
Config(ctx context.Context, project *types.Project, options ConfigOptions) ([]byte, error)
5757
// Kill executes the equivalent to a `compose kill`
5858
Kill(ctx context.Context, projectName string, options KillOptions) error

0 commit comments

Comments
 (0)