package
10.0.96+incompatible
Repository: https://github.com/libopenstorage/openstorage.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Connect to address by grpc.
ConnectWithTimeout to address by grpc with timeout.
No description provided by the author
GetMethodInformation returns the service and API of a gRPC fullmethod string.
GetTlsDialOptions returns the appropriate gRPC dial options to connect to a gRPC server over TLS.
New creates a gRPC server on the specified port and transport.
NewCredsInjector creates gRPC interceptor to inject Authorization token in requests.

# Variables

No description provided by the author

# Structs

CredsInjector implements credentials.PerRPCCredentials interface.
GrpcServer is a server manager for gRPC implementations.
GrpcServerConfig provides the configuration to the the gRPC server created by NewGrpcServer().

# Interfaces

Server is an interface to a gRPC server which provides an implementation of an exported gRPC interface.