Documentation
¶
Index ¶
- type LoginDB
- func (l *LoginDB) AuhtUser(user, password []byte, h *fastnntp.Handler) (postauth.AuthRank, bool, *fastnntp.Handler)
- func (l *LoginDB) AuhtUserLite(user, password []byte) (postauth.AuthRank, bool)
- func (l *LoginDB) CheckUser(user []byte) bool
- func (l *LoginDB) CreateSqlModel(d *sqlutil.Dialect) error
- func (l *LoginDB) InsertUser(user, password []byte, rank postauth.AuthRank) error
- func (l *LoginDB) UpdateUserPassword(user, password []byte) error
- func (l *LoginDB) UpdateUserRank(user []byte, rank postauth.AuthRank) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginDB ¶
func (*LoginDB) AuhtUserLite ¶
func (*LoginDB) InsertUser ¶
func (*LoginDB) UpdateUserPassword ¶
Click to show internal directories.
Click to hide internal directories.