Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAFrontHelloWorkflow ¶
type ServiceAFrontHelloWorkflow interface {
Handle(
ctx context.Context,
reqHeaders zanzibar.Header,
) (context.Context, string, zanzibar.Header, error)
}
ServiceAFrontHelloWorkflow defines the interface for ServiceAFrontHello workflow
func NewServiceAFrontHelloWorkflow ¶
func NewServiceAFrontHelloWorkflow(deps *module.Dependencies) ServiceAFrontHelloWorkflow
NewServiceAFrontHelloWorkflow creates a workflow
type ServiceBFrontHelloWorkflow ¶
type ServiceBFrontHelloWorkflow interface {
Handle(
ctx context.Context,
reqHeaders zanzibar.Header,
) (context.Context, string, zanzibar.Header, error)
}
ServiceBFrontHelloWorkflow defines the interface for ServiceBFrontHello workflow
func NewServiceBFrontHelloWorkflow ¶
func NewServiceBFrontHelloWorkflow(deps *module.Dependencies) ServiceBFrontHelloWorkflow
NewServiceBFrontHelloWorkflow creates a workflow
Click to show internal directories.
Click to hide internal directories.