Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityName ¶
type EntityName string
type HasName ¶
type HasName interface {
Name() EntityName
}
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (User) Name ¶
func (u User) Name() EntityName
func (*User) SetUsername ¶
func (User) Username ¶
func (u User) Username() EntityName
Click to show internal directories.
Click to hide internal directories.