Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = module.Module{
{Constructor: newService},
}
Module storage constructor nolint:gochecknoglobals
Functions ¶
Types ¶
type Key ¶
type Key struct {
ID uint64 `db:"id"`
PublicID string `db:"public_id"`
Created string `db:"created"`
PrivateID string `db:"private_id"`
AESKey string `db:"aes_key"`
LockCode string `db:"lock_code"`
Active bool `db:"active"`
}
Key represents secret key record in storage.
Click to show internal directories.
Click to hide internal directories.