Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Daily = recurrenceType("daily") Weekly = recurrenceType("weekly") Monthly = recurrenceType("monthly") Yearly = recurrenceType("yearly") Indefinite = recurrenceEndType("indefinite") AfterOccurrences = recurrenceEndType("after_occurrences") AfterDate = recurrenceEndType("after_date") )
View Source
var ( Pending = status("pending") Started = status("started") Terminated = status("terminated") )
Functions ¶
func ApplyComp ¶
func ApplyComp[T any](c *T, modifiers ...CompOption[T]) T
func ApplyCore ¶
func ApplyCore[T any](c *T, modifiers ...CoreOption[T]) T
func ApplyMeta ¶
func ApplyMeta[T any](m *T, modifiers ...MetaOption[T]) T
Types ¶
type CompOption ¶
type CompOption[T any] func(*T)
type CoreOption ¶
type CoreOption[T any] func(*T)
type MetaOption ¶
type MetaOption[T any] func(*T)
type RecurrenceEndType ¶ added in v0.0.23
type RecurrenceEndType = string
type RecurrenceType ¶ added in v0.0.23
type RecurrenceType = string
Click to show internal directories.
Click to hide internal directories.