Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options interface {
ServerOptions
startup.ServerOptions
}
type ServerOptions ¶ added in v1.2.0
type ServerOptions interface {
Secret() []byte
IsSecure() bool
ListenAddress() string
Domain() deployment.Url
}
Configuration options needed by the server to handle request correctly.
Click to show internal directories.
Click to hide internal directories.