ioclient

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IoClient

type IoClient interface {
	Bulk(userid string, req model.BulkRequest) (outputs model.BulkResponse, err error)
	List(userid string, query model.VariablesQueryOptions) ([]model.VariableWithUnixTimestamp, error)
	Count(userId string, query model.VariablesQueryOptions) (model.Count, error)
	DeleteProcessDefinition(userid string, definitionId string) error
	DeleteProcessInstance(userid string, instanceId string) error
}

func New

Jump to

Keyboard shortcuts

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