workflow

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2023 License: MIT Imports: 6 Imported by: 5

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL