Versions in this module Expand all Collapse all v0 v0.0.7 Sep 18, 2021 v0.0.6 Jun 20, 2021 v0.0.5 May 23, 2021 Changes in this version + const RetryMax type AttributeType + ConvertValueMember func(s string) types.AttributeValue type B + func (B) ConvertValueMember(s string) types.AttributeValue type N + func (N) ConvertValueMember(s string) types.AttributeValue type NS + func (NS) ConvertValueMember(s string) types.AttributeValue type S + func (S) ConvertValueMember(s string) types.AttributeValue type SS + func (SS) ConvertValueMember(s string) types.AttributeValue v0.0.4 May 20, 2021 v0.0.3 May 11, 2021 v0.0.2 May 9, 2021 Changes in this version type ComparisonOperator + func (c ComparisonOperator) String() string + type NS struct + func (NS) String() string + func (NS) Value(s string) (interface{}, error) + type SS struct + func (SS) String() string + func (SS) Value(s string) (interface{}, error) v0.0.1 May 4, 2021 Changes in this version + type AttributeType interface + String func() string + Value func(s string) (interface{}, error) + type AttributeTypeStr string + func (a AttributeTypeStr) Name() AttributeType + type B struct + func (B) String() string + func (B) Value(s string) (interface{}, error) + type ComparisonOperator int + const BETWEEN + const BeginsWith + const CONTAINS + const EQ + const EXISTS + const GE + const GT + const IN + const LE + const LT + const NE + func ConvertToComparisonOperator(op string) (ComparisonOperator, error) + type GlobalSecondaryIndex struct + Name string + PartitionKey *Key + SortKey *Key + type Key struct + Name string + Type AttributeType + TypeStr string + type LogicalOperator int + const AND + const OR + func ConvertToLogicalOperator(op string) (LogicalOperator, error) + type N struct + func (N) String() string + func (N) Value(s string) (interface{}, error) + type S struct + func (S) String() string + func (S) Value(s string) (interface{}, error) + type Table struct + Arn string + GSI []*GlobalSecondaryIndex + ItemCount int64 + Name string + PartitionKey *Key + SortKey *Key