Documentation ¶
Index ¶
- func IsNotFoundError(err error) bool
- func RemoveAll(root string, perUser bool) error
- type Key
- func (k *Key) Clear(id, key string) error
- func (k *Key) Close() error
- func (k *Key) Create(id, key string, state interface{}) error
- func (k *Key) Enumerate() ([]string, error)
- func (k *Key) Get(id, key string, state interface{}) error
- func (k *Key) Remove(id string) error
- func (k *Key) Set(id, key string, state interface{}) error
- type NoStateError
- type NotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFoundError ¶ added in v0.7.7
Types ¶
type NoStateError ¶
func (*NoStateError) Error ¶
func (err *NoStateError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Id string
}
func (*NotFoundError) Error ¶
func (err *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.