Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorProfileDoesNotExist = errors.New("profile does not exist") ErrorProfileAlreadyExists = errors.New("profile already exists") ErrorLoginAlreadyExistsInProfile = errors.New("login already exists in profile") ErrorLoginDoesNotExistInProfile = errors.New("login does not exist in profile") )
Functions ¶
This section is empty.
Types ¶
type Login ¶
func (Login) DecryptPassword ¶
type Profile ¶
type Profile struct { Username string // contains filtered or unexported fields }
func NewProfile ¶
func (*Profile) RemoveLogin ¶
Click to show internal directories.
Click to hide internal directories.