Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteListDao ¶
func NewByteListDao ¶
func NewByteListDao(key string) ByteListDao
type ByteListDaoImpl ¶
type ByteListDaoImpl struct {
Key string
}
func (*ByteListDaoImpl) Len ¶
func (b *ByteListDaoImpl) Len() (int64, error)
func (*ByteListDaoImpl) List ¶
func (b *ByteListDaoImpl) List() ([][]byte, error)
func (*ByteListDaoImpl) Set ¶
func (b *ByteListDaoImpl) Set(value []byte) error
type Int64Dao ¶
func NewInt64Dao ¶
type Int64DaoImpl ¶
type Int64DaoImpl struct {
Key string
}
func (*Int64DaoImpl) Get ¶
func (i *Int64DaoImpl) Get() (int64, error)
func (*Int64DaoImpl) Set ¶
func (i *Int64DaoImpl) Set(value int64) error
type SetDaoImpl ¶
type SetDaoImpl struct {
Key string
}
func (*SetDaoImpl) Set ¶
func (i *SetDaoImpl) Set(value []string) error
type StringDao ¶
func NewStringDao ¶
type StringDaoImpl ¶
type StringDaoImpl struct {
Key string
}
func (*StringDaoImpl) Get ¶
func (i *StringDaoImpl) Get() string
func (*StringDaoImpl) Set ¶
func (i *StringDaoImpl) Set(value string) error
Click to show internal directories.
Click to hide internal directories.