gocloud.devgocloud.dev/blob/fileblob

Imports of package fileblob

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/hmacPackage hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
gocloud.dev/blobPackage blob provides an easy and portable way to interact with blobs within a storage location.
gocloud.dev/blob/driverPackage driver defines interfaces to be implemented by blob drivers, which will be used by the blob 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/escapePackage escape includes helpers for escaping and unescaping strings.
gocloud.dev/internal/gcerrPackage gcerr provides an error type for Go CDK APIs.
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.