Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGRPCConnection ¶
func CreateGRPCConnection(target string) (*grpc.ClientConn, error)
createGRPCConnection takes an endpoint and returns a grpc connection
Types ¶
type Service ¶
type Service interface {
RegisterWithServer(grpcServer grpc.ServiceRegistrar) error
}
Click to show internal directories.
Click to hide internal directories.