Documentation
¶
Index ¶
- Constants
- func ConvertToStringSlice(slice any) ([]string, error)
- func MarshalJSONToDynamoDBAttribute(key, path string, root any, keyTypeMap map[string]KeyType) types.AttributeValue
- func MarshalToAttributeValue(key string, root any, keyTypeMap map[string]KeyType) types.AttributeValue
- func ParseAttributeValue(key string, v types.AttributeValue, keyTypeMap map[string]KeyType) any
- func ParseDynamoDBAttributeValue(key string, value any, keyTypeMap map[string]KeyType) any
- func ParseStringAsNumber(s string) (any, error)
- func UnmarshalAttributeValueMap(item map[string]types.AttributeValue) (standardMap map[string]any, keyTypeMap map[string]KeyType)
- func UnmarshalDynamoDBItem(item map[string]any) (standardMap map[string]any, keyTypeMap map[string]KeyType)
- type KeyType
Constants ¶
View Source
const (
MetaTypeMapStr = "neosync_key_type_map"
)
Variables ¶
This section is empty.
Functions ¶
func ConvertToStringSlice ¶
func MarshalToAttributeValue ¶
func ParseAttributeValue ¶
ParseAttributeValue converts a DynamoDB AttributeValue to a standard value
func ParseStringAsNumber ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.