Documentation ¶
Overview ¶
Package global defines the globally accessible variables in the caldav server and the interface to setup them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Storage data.Storage = new(data.FileStorage)
Storage represents the global storage used in the CRUD operations of resources. Default storage is the `data.FileStorage`.
SupportedComponents contains all components which are supported by the current storage implementation
View Source
var User *data.CalUser
User defines the current caldav user, which is the user currently interacting with the calendar.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.