Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GUI ¶
type GUI struct {
// contains filtered or unexported fields
}
GUI wraps the components of the graphical user interface (hence the name), along with the bits and pieces needed to talk to the backend.
type RecurEditor ¶
type RecurEditor struct {
// contains filtered or unexported fields
}
RecurEditor is a sorta-kinda custom widget for editing Recurrences of Reminders. I don't think I can create "real" custom widgets in Go, but I'll try to create something reusable.
func NewRecurEditor ¶
func NewRecurEditor(r *objects.Recurrence, l *log.Logger) (*RecurEditor, error)
NewRecurEditor creates and returns a fresh Editor for Recurrences.
func (*RecurEditor) GetRecurrence ¶
func (e *RecurEditor) GetRecurrence() objects.Recurrence
Click to show internal directories.
Click to hide internal directories.