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