Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct {
Dev bool // enable dev mode
URL string // The URL of the server
DB string // path to the DB
Key string // private key file
// Mail options, need to be processed
MailHost string
MailLogin string
MailPassword string
}
The option to create a server
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
One server. Use Option to create it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.