Versions in this module Expand all Collapse all v0 v0.2.0 Jul 14, 2021 Changes in this version + const DEFAULT_DIR + type BoltDoc struct + Id string + ParitionKey string + SortKey string + Value map[string]interface{} + func (d BoltDoc) String() string + type BoltDocService struct + func New() (*BoltDocService, error) + func (s *BoltDocService) Delete(key *sdk.Key) error + func (s *BoltDocService) Get(key *sdk.Key) (*sdk.Document, error) + func (s *BoltDocService) Query(collection *sdk.Collection, expressions []sdk.QueryExpression, limit int, ...) (*sdk.QueryResult, error) + func (s *BoltDocService) Set(key *sdk.Key, content map[string]interface{}) error