kiwimix/pkg/stackops/stack_operation.go
2023-06-20 23:44:50 +02:00

5 lines
106 B
Go

package stackops
type StackOperation interface {
Execute(stack *CalendarStack, filePath string) error
}