Documentation ¶
Overview ¶
Package dynamic implements a dynamic grpc client It requires the server to be registered to the grpc reflection Service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a client to a grpc service
func NewClient ¶
NewClient creates a new Client given a target and a service name with defaults connection options
func NewClientWithDialOptions ¶
func NewClientWithDialOptions(target string, service string, opts ...grpc.DialOption) (*Client, error)
NewClientWithDialOptions creates a new Client given a target and a service name using the grpc.DialOptions
Click to show internal directories.
Click to hide internal directories.