kiwimix/pkg/stackops/stack_operation.go

6 lines
106 B
Go
Raw Normal View History

2023-06-20 21:44:50 +00:00
package stackops
type StackOperation interface {
Execute(stack *CalendarStack, filePath string) error
}