Documentation ¶
Index ¶
- func AnyContain(strs []string, sub string, ignoreCase bool) bool
- func AnyContainAny(strs []string, subs []string, ignoreCase bool) bool
- func Contains(str, sub string, ignoreCase bool) bool
- func ContainsAny(str string, subs []string, ignoreCase bool) bool
- func GetCredentials() (username, password string, err error)
- func GetEvents(start, end time.Time, teacher string) (events map[string][]Event, err error)
- func ParseDateRange(start, end, days string) (startTime, endTime time.Time, err error)
- func RenderComponent(component templ.Component) string
- type Cache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCredentials ¶
func ParseDateRange ¶
func RenderComponent ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.