Documentation
¶
Index ¶
- Variables
- func WithCalendarId(calendarId string) func(*App)
- func WithCalendarProvider(calendar types.CalendarProvider) func(*App)
- func WithLogHandler(handler log.Handler) func(*App)
- func WithLogLevel(level log.Level) func(*App)
- func WithStatusPresets(presets []types.StatusPreset) func(*App)
- type App
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingCalendarProvider = errors.New("no calendar provider set") ErrMissingCalendarId = errors.New("no calendar id set") )
Functions ¶
func WithCalendarId ¶
func WithCalendarProvider ¶
func WithCalendarProvider(calendar types.CalendarProvider) func(*App)
func WithLogHandler ¶
func WithLogLevel ¶
func WithStatusPresets ¶
func WithStatusPresets(presets []types.StatusPreset) func(*App)
Types ¶
Click to show internal directories.
Click to hide internal directories.