Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) Inject ¶
func (s *Auth) Inject(authManager *application.AuthManager)
type FileSession ¶
type FileSession struct {
// contains filtered or unexported fields
}
func (*FileSession) Inject ¶
func (s *FileSession) Inject(cfg *struct { FileName string `inject:"config:session.file"` })
func (*FileSession) Status ¶
func (s *FileSession) Status() (bool, string)
type RedisSession ¶
type RedisSession struct {
// contains filtered or unexported fields
}
func (*RedisSession) Inject ¶
func (s *RedisSession) Inject(pool *redis.Pool)
func (*RedisSession) Status ¶
func (s *RedisSession) Status() (bool, string)
Click to show internal directories.
Click to hide internal directories.