Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// SessionAuthKey is the HMAC key for session cookies, shared across HA instances.
SessionAuthKey string
// SessionEncKey is the AES encryption key for session cookies, shared across HA instances.
SessionEncKey string
// contains filtered or unexported fields
}
Service holds session keys for the UI service.
Click to show internal directories.
Click to hide internal directories.