Documentation
¶
Index ¶
Constants ¶
View Source
const (
Scheme = "xkms"
)
Scheme is the URL scheme xoem registers its URLOpener under on secrets.DefaultMux. See the package documentation and/or URLOpener for details.
Variables ¶
This section is empty.
Functions ¶
func RotateDaily ¶
func RotateDaily() string
func RotateMonthly ¶
func RotateMonthly() string
func RotateQuarterly ¶
func RotateQuarterly() string
Types ¶
type SecretKey ¶
type SecretKey struct { ID string `xorm:"pk"` Key types.SecureString `xorm:"text"` CreatedUnix int64 `xorm:"INDEX created"` }
Click to show internal directories.
Click to hide internal directories.