Documentation
¶
Index ¶
Constants ¶
View Source
const MODULE_NAME = "user"
View Source
const OBJECT_LOGIN = "login"
View Source
const TABLE_NAME = "session"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.4
type Config struct {
UserTableName string // ej: staff,user,client
FieldUser *model.Field
FieldPassword *model.Field
FieldID string // ej: id_staff, id_user
FieldName string //ej: staff_name, user_name
FieldArea string //ej: staff_area, user_area
FieldAccessLevel string // ej: staff_credentials, user_level
// contains filtered or unexported fields
}
type Session ¶
func (Session) BuildUserFromStoreData ¶ added in v0.0.5
func (Session) NameOfAuthHandler ¶ added in v0.0.3
func (*Session) UserInterface ¶ added in v0.0.2
type SessionStore ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.