handler

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

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

func New

func New(ctx context.Context, wg *sync.WaitGroup, config configuration.Config) (*Handler, error)

func NewWithDependencies

func NewWithDependencies(config configuration.Config, ioApi IoClient) *Handler

func (*Handler) Do

func (this *Handler) Do(task model.CamundaExternalTask) (outputs map[string]interface{}, err error)

type IoClient

type IoClient interface {
	Bulk(userid string, req model.BulkRequest) (outputs model.BulkResponse, err error)
}

Jump to

Keyboard shortcuts

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