Imports of package cloudspanner

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cloud.google.com/go/spannerPackage spanner provides a client for reading and writing to Cloud Spanner databases.
cloud.google.com/go/spanner/spansqlPackage spansql contains types and a parser for the Cloud Spanner SQL dialect.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/monitoringPackage monitoring provides monitoring functionality.
github.com/google/trillian/storagePackage storage provides general interfaces to Trillian storage layers.
github.com/google/trillian/storage/cachePackage cache provides subtree caching functionality.
github.com/google/trillian/storage/cloudspanner/spannerpbPackage spannerpb contains the generated protobuf code for the Spanner storage implementation.
github.com/google/trillian/storage/storagepbPackage storagepb contains protobuf definitions used by various storage implementations.
github.com/google/trillian/storage/treePackage tree defines types that help navigating a tree in storage.
github.com/google/trillian/typesPackage types defines serialization and parsing functions for SignedLogRoot fields.
github.com/transparency-dev/merkle/compactPackage compact provides compact Merkle tree data structures.
github.com/transparency-dev/merkle/rfc6962Package rfc6962 provides hashing functionality according to RFC6962.
go.opencensus.io/tracePackage trace contains support for OpenCensus distributed tracing.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
google.golang.org/api/option
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/types/known/anypbPackage anypb contains generated types for google/protobuf/any.proto.
google.golang.org/protobuf/types/known/durationpbPackage durationpb contains generated types for google/protobuf/duration.proto.
google.golang.org/protobuf/types/known/timestamppbPackage timestamppb contains generated types for google/protobuf/timestamp.proto.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/klog/v2Package klog contains the following functionality:
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.