Documentation
¶
Index ¶
- Constants
- type BoltDoc
- type BoltDocService
- 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
Constants ¶
View Source
const DEFAULT_DIR = "nitric/collections/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltDoc ¶
type BoltDocService ¶
type BoltDocService struct {
sdk.UnimplementedDocumentPlugin
// contains filtered or unexported fields
}
func (*BoltDocService) Query ¶
func (s *BoltDocService) Query(collection *sdk.Collection, expressions []sdk.QueryExpression, limit int, pagingToken map[string]string) (*sdk.QueryResult, error)
Click to show internal directories.
Click to hide internal directories.