zeebe

package
v1.10.0-rc.3 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrMissingGatewayAddr = errors.New("gatewayAddr is a required attribute")

Functions

func VariableStringToArray

func VariableStringToArray(variableString string) []string

Types

type ClientFactory

type ClientFactory interface {
	Get(metadata bindings.Metadata) (zbc.Client, error)
}

ClientFactory enables injection for testing.

type ClientFactoryImpl

type ClientFactoryImpl struct {
	// contains filtered or unexported fields
}

func NewClientFactoryImpl

func NewClientFactoryImpl(logger logger.Logger) *ClientFactoryImpl

NewClientFactoryImpl returns a new ClientFactory instance.

func (*ClientFactoryImpl) Get

func (c *ClientFactoryImpl) Get(metadata bindings.Metadata) (zbc.Client, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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