gocloud.devgocloud.dev/docstore/memdocstore

Imports of package memdocstore

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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.
osPackage os provides a platform-independent interface to operating system functionality.
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.