context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/golang/protobuf/protoc-gen-go/generator | Package generator is deprecated. |
github.com/golang/protobuf/ptypes/duration | |
github.com/golang/protobuf/ptypes/empty | |
github.com/grpc-ecosystem/grpc-gateway/examples/proto/examplepb | |
github.com/grpc-ecosystem/grpc-gateway/examples/proto/sub | |
github.com/grpc-ecosystem/grpc-gateway/examples/proto/sub2 | |
github.com/rogpeppe/fastuuid | Package fastuuid provides fast UUID generation of 192 bit universally unique identifiers. |
google.golang.org/genproto/googleapis/rpc/errdetails | |
google.golang.org/genproto/protobuf/field_mask | Package field_mask aliases all exported identifiers in package "google.golang.org/protobuf/types/known/fieldmaskpb". |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/metadata | Package metadata define the structure of the metadata supported by gRPC library. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |