Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeType ¶
type AttributeTypeStr ¶
type AttributeTypeStr string
func (AttributeTypeStr) Name ¶
func (a AttributeTypeStr) Name() AttributeType
type ComparisonOperator ¶
type ComparisonOperator int
const ( EQ ComparisonOperator = iota + 1 NE LE LT GE GT EXISTS CONTAINS BeginsWith IN BETWEEN )
func ConvertToComparisonOperator ¶
func ConvertToComparisonOperator(op string) (ComparisonOperator, error)
func (ComparisonOperator) String ¶ added in v0.0.2
func (c ComparisonOperator) String() string
type GlobalSecondaryIndex ¶
type Key ¶
type Key struct { Name string `json:"name"` Type AttributeType `json:"-"` TypeStr string `json:"type"` }
type LogicalOperator ¶
type LogicalOperator int
const ( AND LogicalOperator = iota + 1 OR )
func ConvertToLogicalOperator ¶
func ConvertToLogicalOperator(op string) (LogicalOperator, error)
Click to show internal directories.
Click to hide internal directories.