Documentation ¶ Index ¶ type BoltStore func New(ctx context.Context, path string) *BoltStore func (ba *BoltStore) Get(key string) ([]byte, error) func (ba *BoltStore) Set(key string, val []byte, ttl time.Duration) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BoltStore ¶ type BoltStore struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, path string) *BoltStore func (*BoltStore) Get ¶ func (ba *BoltStore) Get(key string) ([]byte, error) func (*BoltStore) Set ¶ func (ba *BoltStore) Set(key string, val []byte, ttl time.Duration) error Source Files ¶ View all Source files bolt.go Click to show internal directories. Click to hide internal directories.