Skip to content

Commit 436d5ce

Browse files
Consistent documentation for approveallplans
1 parent c72e4b1 commit 436d5ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stack_deployment_groups.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ type StackDeploymentGroups interface {
1515
// Read retrieves a stack deployment group by its ID.
1616
Read(ctx context.Context, stackDeploymentGroupID string) (*StackDeploymentGroup, error)
1717

18+
// ApproveAllPlans approves all pending plans in a stack deployment group.
1819
ApproveAllPlans(ctx context.Context, stackDeploymentGroupID string) error
1920
}
2021

0 commit comments

Comments
 (0)