Documentation
¶
Index ¶
- func Assert(cond bool, msg string)
- func Next(curr int64, cronExp string) (int64, error)
- func OrderedRange[K cmp.Ordered, V any](m map[K]V) []V
- func ParseCron(cronExp string) (cron.Schedule, error)
- func RemoveWhitespace(s string) string
- func SafeDeref[T any](val *T) T
- func ToPointer[T any](val T) *T
- func UnmarshalChain(data []byte, vs ...any) error
- type KV
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OrderedRange ¶
func RemoveWhitespace ¶ added in v0.7.0
func UnmarshalChain ¶ added in v0.7.0
Types ¶
Click to show internal directories.
Click to hide internal directories.