Skip to content

Commit

Permalink
Update Config comment in Service interface
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Gupta <prafulgupta6@gmail.com>
  • Loading branch information
prafgup authored Jul 22, 2023
1 parent 8318f66 commit bb67a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb67a78

Please sign in to comment.