Documentation
¶
Index ¶
- type Session
- type User
- type Users
- func (c *Users) AddUser(userName string, password string) (*User, error)
- func (c *Users) CheckUser(userName string, password string) error
- func (c *Users) CloseSession(sessionId string) error
- func (c *Users) OpenSession(userName string, password string) (*Session, error)
- func (c *Users) RemoveUser(userName string) error
- func (c *Users) Session(sessionId string) (*Session, error)
- func (c *Users) State() *state.Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) CloseSession ¶
type Users ¶
type Users struct {
// contains filtered or unexported fields
}
func (*Users) CloseSession ¶
func (*Users) OpenSession ¶
func (*Users) RemoveUser ¶
Click to show internal directories.
Click to hide internal directories.