Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleServiceCallWorkflow ¶
type SimpleServiceCallWorkflow interface { Handle( ctx context.Context, reqHeaders zanzibar.Header, r *endpointsIDlEndpointsTchannelBazBaz.SimpleService_Call_Args, ) (zanzibar.Header, error) }
SimpleServiceCallWorkflow defines the interface for SimpleServiceCall workflow
type SimpleServiceEchoWorkflow ¶ added in v0.2.0
type SimpleServiceEchoWorkflow interface { Handle( ctx context.Context, reqHeaders zanzibar.Header, r *endpointsIDlEndpointsTchannelBazBaz.SimpleService_Echo_Args, ) (string, zanzibar.Header, error) }
SimpleServiceEchoWorkflow defines the interface for SimpleServiceEcho workflow
Click to show internal directories.
Click to hide internal directories.