Documentation
¶
Index ¶
- type Owner
- func (o *Owner) Email() string
- func (o *Owner) Id() int64
- func (o *Owner) Login() string
- func (o *Owner) PassHash() []byte
- func (o *Owner) Password() string
- func (o *Owner) SetEmail(email string) error
- func (o *Owner) SetId(id int64) error
- func (o *Owner) SetLogin(login string) error
- func (o *Owner) SetPassHash(passHash []byte)
- func (o *Owner) SetPassword(password string) error
- type OwnerKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Owner ¶
type Owner struct {
// contains filtered or unexported fields
}
func (*Owner) SetPassHash ¶
func (*Owner) SetPassword ¶
Click to show internal directories.
Click to hide internal directories.