Documentation ¶
Overview ¶
Package genericclient ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { generic.Closer // GenericCall generic call GenericCall(ctx context.Context, method string, request interface{}, callOptions ...callopt.Option) (response interface{}, err error) }
Client generic client
func NewClientWithServiceInfo ¶
func NewClientWithServiceInfo(destService string, g generic.Generic, svcInfo *serviceinfo.ServiceInfo, opts ...client.Option) (Client, error)
NewClientWithServiceInfo create a generic client with serviceInfo
Click to show internal directories.
Click to hide internal directories.