Documentation
¶
Index ¶
- type Record
- type Store
- func (ms *Store) Bool(key string) (bool, error)
- func (ms *Store) Delete(keys ...string) error
- func (ms *Store) Get(key string) (interface{}, error)
- func (ms *Store) Int(key string) (int, error)
- func (ms *Store) Int32(key string) (int32, error)
- func (ms *Store) Int64(key string) (int64, error)
- func (ms *Store) List() ([]*Record, error)
- func (ms *Store) Read(keys ...string) ([]*Record, error)
- func (ms *Store) Set(key string, value interface{}, expiry ...time.Duration) error
- func (ms *Store) Uint32(key string) (uint32, error)
- func (ms *Store) Uint64(key string) (uint64, error)
- func (ms *Store) Write(records ...*Record) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
// contains filtered or unexported fields
}
func (*Record) CheckState ¶
Click to show internal directories.
Click to hide internal directories.