 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- func New() (document.DocumentService, error)
- func NewWithClient(client *dynamodb.DynamoDB) (document.DocumentService, error)
- type DynamoDocService
- func (s *DynamoDocService) Delete(key *document.Key) error
- func (s *DynamoDocService) Get(key *document.Key) (*document.Document, error)
- func (s *DynamoDocService) Query(collection *document.Collection, expressions []document.QueryExpression, ...) (*document.QueryResult, error)
- func (s *DynamoDocService) QueryStream(collection *document.Collection, expressions []document.QueryExpression, ...) document.DocumentIterator
- func (s *DynamoDocService) Set(key *document.Key, value map[string]interface{}) error
 
Constants ¶
      View Source
      
  
    const AttribPk = "_pk"
    
      View Source
      
  
const AttribSk = "_sk"
    Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (document.DocumentService, error)
New - Create a new DynamoDB key value plugin implementation
func NewWithClient ¶
func NewWithClient(client *dynamodb.DynamoDB) (document.DocumentService, error)
NewWithClient - Mainly used for testing
Types ¶
type DynamoDocService ¶
type DynamoDocService struct {
	document.UnimplementedDocumentPlugin
	// contains filtered or unexported fields
}
    DynamoDocService - AWS DynamoDB AWS Nitric Document service
func (*DynamoDocService) Query ¶
func (s *DynamoDocService) Query(collection *document.Collection, expressions []document.QueryExpression, limit int, pagingToken map[string]string) (*document.QueryResult, error)
func (*DynamoDocService) QueryStream ¶
func (s *DynamoDocService) QueryStream(collection *document.Collection, expressions []document.QueryExpression, limit int) document.DocumentIterator
 Click to show internal directories. 
   Click to hide internal directories.