Documentation
¶
Index ¶
- Variables
- type DbJwt
- type DbPassword
- type DbTotp
- type VK
- func (vk *VK) InsertFamily(userId, family string, value bool) error
- func (vk *VK) InsertSecret(subject, secret string) error
- func (vk *VK) InsertSubject(username string, subject string) error
- func (vk *VK) InsertUser(username string, password string) error
- func (vk *VK) InvalidateUser(userId string) error
- func (vk *VK) NewUserId() (string, error)
- func (vk *VK) SelectFamily(userId, family string) bool
- func (vk *VK) SelectPasswordByUsername(username string) (string, error)
- func (vk *VK) SelectSecret(subject string) (string, error)
- func (vk *VK) SelectSubjectByUsername(username string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var US = "\x1f"
Functions ¶
This section is empty.
Types ¶
type DbPassword ¶
type VK ¶
func (*VK) InsertSecret ¶
func (*VK) InvalidateUser ¶
func (*VK) SelectFamily ¶
func (*VK) SelectPasswordByUsername ¶
Click to show internal directories.
Click to hide internal directories.