Documentation
¶
Index ¶
- Variables
- func GOBDecode(buf *bytes.Buffer, val interface{}) error
- func GOBEncode(val interface{}) (*bytes.Buffer, error)
- func RadixGetSession(client *radix.Pool, session *Session, key string) error
- func RadixSetSession(client *radix.Pool, session *Session, seconds int) error
- func RedisGetSession(client *redis.Client, session *Session, key string) error
- func RedisSetSession(client *redis.Client, session *Session, seconds int) error
- type Session
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NotFoundErr = errors.New("not found")
)
Functions ¶
func RadixGetSession ¶
func RadixSetSession ¶
func RedisGetSession ¶
func RedisSetSession ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.