Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisSessionModel ¶
type RedisSessionModel struct {
// contains filtered or unexported fields
}
func (*RedisSessionModel) Create ¶
func (r *RedisSessionModel) Create(userId int) error
func (*RedisSessionModel) Delete ¶
func (r *RedisSessionModel) Delete()
func (*RedisSessionModel) Get ¶
func (r *RedisSessionModel) Get(sessionId int) error
func (*RedisSessionModel) GetId ¶
func (r *RedisSessionModel) GetId() int
func (*RedisSessionModel) GetUserId ¶
func (r *RedisSessionModel) GetUserId() int
Click to show internal directories.
Click to hide internal directories.