Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Query ¶
type Query struct { Fields []string Values []interface{} }
func (*Query) GetFieldsAsString ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func UseStorage ¶
func UseStorage() *Storage
type UserStorage ¶
type UserStorage struct {
// contains filtered or unexported fields
}
func (*UserStorage) GetUsername ¶
func (u *UserStorage) GetUsername() string
func (*UserStorage) SetUsername ¶
func (u *UserStorage) SetUsername(name string)
type UserTemorary ¶
type UserTemorary struct {
// contains filtered or unexported fields
}
func (*UserTemorary) GetUsername ¶
func (u *UserTemorary) GetUsername() string
func (*UserTemorary) SetUsername ¶
func (u *UserTemorary) SetUsername(name string)
Click to show internal directories.
Click to hide internal directories.