Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderInfo ¶
type ProviderInfo struct {
Name string `json:"name"`
}
A ProviderInfo struct represents information about an active calendar providers.
type View ¶
type View struct {
Providers []ProviderInfo `json:"providers"`
SchoolsToUpdate []data.SchoolInfo `json:"schoolsToUpdate"`
Days []ViewDay `json:"days"`
}
A View represents a view of a user's calendar over a certain period of time.
Click to show internal directories.
Click to hide internal directories.