Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PageInfo ¶
type PageInfo struct {
PageTitle string
User db.User
Account db.Account
Calendars []db.Calendar
Error string
}
Struct in which the different info that must be showed to the user is stored
type Server ¶
type Server struct {
// IP of the server
IP net.IP
// Port of the server
Port int
// contains filtered or unexported fields
}
FrontEnd server
Click to show internal directories.
Click to hide internal directories.