Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { emptyserviceclient.Interface Hello( ctx context.Context, opts ...yarpc.CallOption, ) error }
Interface is a client for the ExtendEmpty service.
func New ¶
func New(c transport.ClientConfig, opts ...thrift.ClientOption) Interface
New builds a new client for the ExtendEmpty service.
client := extendemptyclient.New(dispatcher.ClientConfig("extendempty"))
Click to show internal directories.
Click to hide internal directories.