Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { BlahBlah( ctx context.Context, reqMeta yarpc.CallReqMeta, ) (yarpc.CallResMeta, error) SecondtestString( ctx context.Context, reqMeta yarpc.CallReqMeta, Thing *string, ) (string, yarpc.CallResMeta, error) }
Interface is a client for the SecondService service.
Click to show internal directories.
Click to hide internal directories.