gocloud.devgocloud.dev/docstore/awsdynamodb

Imports of package awsdynamodb

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/aws/aws-sdk-go/aws
github.com/aws/aws-sdk-go/aws/awserr
github.com/aws/aws-sdk-go/aws/client
github.com/aws/aws-sdk-go/service/dynamodb
github.com/aws/aws-sdk-go/service/dynamodb/expression
github.com/google/wirePackage wire contains directives for Wire code generation.
gocloud.dev/awsPackage aws provides fundamental Wire providers for Amazon Web Services (AWS).
gocloud.dev/docstorePackage docstore provides a portable way of interacting with a document store.
gocloud.dev/docstore/driverPackage driver defines interfaces to be implemented by docstore drivers, which will be used by the docstore package to interact with the underlying services.
gocloud.dev/gcerrorsPackage gcerrors provides support for getting error codes from errors returned by Go CDK APIs.
gocloud.dev/internal/gcerrPackage gcerr provides an error type for Go CDK APIs.
ioPackage io provides basic interfaces to I/O primitives.
net/urlPackage url parses URLs and implements query escaping.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.