fuel

package module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2021 License: BSD-2-Clause, MIT Imports: 7 Imported by: 0

README

fuel

import "github.com/shuymn/fuel

License

Most of the files are modified versions of guregu/dynamo, so they are dual-licensed under the MIT license and the BSD license of guregu/dynamo.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalItem

func MarshalItem(v interface{}) (map[string]types.AttributeValue, error)

MarshalItem converts the given struct into a DynamoDB item

func Unmarshal

func Unmarshal(av types.AttributeValue, out interface{}) error

func UnmarshalAppend

func UnmarshalAppend(item map[string]types.AttributeValue, out interface{}) error

func UnmarshalItem

func UnmarshalItem(item map[string]types.AttributeValue, out interface{}) error

Types

type