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