Documentation ¶
Index ¶
- Variables
- func DecodeAttributeValue(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueB(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueBOOL(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueBS(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueL(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueM(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueN(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueNS(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueNULL(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueS(src []byte) (types.AttributeValue, error)
- func DecodeAttributeValueSS(src []byte) (types.AttributeValue, error)
- func EncodeAttributeValue(value types.AttributeValue) []byte
- func EncodeAttributeValueB(value types.AttributeValue) []byte
- func EncodeAttributeValueBOOL(value types.AttributeValue) []byte
- func EncodeAttributeValueBS(value types.AttributeValue) []byte
- func EncodeAttributeValueL(value types.AttributeValue) []byte
- func EncodeAttributeValueM(value types.AttributeValue) []byte
- func EncodeAttributeValueN(value types.AttributeValue) []byte
- func EncodeAttributeValueNS(value types.AttributeValue) []byte
- func EncodeAttributeValueNULL(value types.AttributeValue) []byte
- func EncodeAttributeValueS(value types.AttributeValue) []byte
- func EncodeAttributeValueSS(value types.AttributeValue) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDecodeError is returned when decoding failed ErrDecodeError = errors.New("decoding error") )
Functions ¶
func DecodeAttributeValue ¶
func DecodeAttributeValue(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueB ¶
func DecodeAttributeValueB(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueBOOL ¶
func DecodeAttributeValueBOOL(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueBS ¶
func DecodeAttributeValueBS(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueL ¶
func DecodeAttributeValueL(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueM ¶
func DecodeAttributeValueM(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueN ¶
func DecodeAttributeValueN(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueNS ¶
func DecodeAttributeValueNS(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueNULL ¶
func DecodeAttributeValueNULL(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueS ¶
func DecodeAttributeValueS(src []byte) (types.AttributeValue, error)
func DecodeAttributeValueSS ¶
func DecodeAttributeValueSS(src []byte) (types.AttributeValue, error)
func EncodeAttributeValue ¶
func EncodeAttributeValue(value types.AttributeValue) []byte
func EncodeAttributeValueB ¶
func EncodeAttributeValueB(value types.AttributeValue) []byte
func EncodeAttributeValueBOOL ¶
func EncodeAttributeValueBOOL(value types.AttributeValue) []byte
func EncodeAttributeValueBS ¶
func EncodeAttributeValueBS(value types.AttributeValue) []byte
func EncodeAttributeValueL ¶
func EncodeAttributeValueL(value types.AttributeValue) []byte
func EncodeAttributeValueM ¶
func EncodeAttributeValueM(value types.AttributeValue) []byte
func EncodeAttributeValueN ¶
func EncodeAttributeValueN(value types.AttributeValue) []byte
func EncodeAttributeValueNS ¶
func EncodeAttributeValueNS(value types.AttributeValue) []byte
func EncodeAttributeValueNULL ¶
func EncodeAttributeValueNULL(value types.AttributeValue) []byte
func EncodeAttributeValueS ¶
func EncodeAttributeValueS(value types.AttributeValue) []byte
func EncodeAttributeValueSS ¶
func EncodeAttributeValueSS(value types.AttributeValue) []byte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.