Documentation
¶
Index ¶
- type User
- type Users
- func (users *Users) Add(user User) (err error)
- func (users *Users) Equal(u Users) bool
- func (users *Users) Get(ip string) (user User, err error)
- func (users *Users) HasUser(ip string) bool
- func (users *Users) IPs() []string
- func (users *Users) Remove(user User) (err error)
- func (users *Users) Update(user User) (err error)
- func (users *Users) Users() (userlist []User)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.