Imports of package quotaapi

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/clientv3clientv3 is the official Go etcd client for v3.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/golang/protobuf/ptypes/empty
github.com/google/trillian/quota/etcd/quotapbPackage quotapb contains definitions for quota API protos and RPC service.
github.com/google/trillian/quota/etcd/storagePackage storage contains storage classes for etcd-based quotas.
github.com/google/trillian/quota/etcd/storagepbPackage storagepb contains the protobuf definitions for using etcd as a Trillian quota backend.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/genproto/protobuf/field_maskPackage field_mask aliases all exported identifiers in package "google.golang.org/protobuf/types/known/fieldmaskpb".
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.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.