We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec4d3b commit f9254b8Copy full SHA for f9254b8
stack_configuration_summary.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
type StackConfigurationSummaries interface {
10
- //List lists all the stack configuration summaries for a stack.
+ // List lists all the stack configuration summaries for a stack.
11
List(ctx context.Context, stackID string) (*StackConfigurationSummaryList, error)
12
}
13
0 commit comments