api

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogEvent

type LogEvent interface {
	Save(context echo.Context) error
}

LogEvent Log Event api operations

type Pipeline

type Pipeline interface {
	Get(context echo.Context) error
	GetById(context echo.Context) error
	GetLogs(context echo.Context) error
	GetByProcessId(context echo.Context) error
	GetEvents(context echo.Context) error
}

Pipeline Pipeline api operations

type Process

type Process interface {
	Save(context echo.Context) error
	Get(context echo.Context) error
	GetById(context echo.Context) error
	GetProcessLifeCycleEventByProcessIdAndStepName(context echo.Context) error
	GetFootmarksByProcessIdAndStep(context echo.Context) error
	GetLogsByProcessIdAndStepAndFootmark(context echo.Context) error
	GetLogsById(context echo.Context) error
}

Process Process api operations

type ProcessEvent

type ProcessEvent interface {
	Get(context echo.Context) error
	Save(context echo.Context) error
	DequeueByCompanyIdAndUserId(context echo.Context, companyId, userId string) error
	GetByCompanyIdAndProcessId(context echo.Context, companyId string) error
}

ProcessEvent Process Event api operations

type ProcessLifeCycleEvent

type ProcessLifeCycleEvent interface {
	Save(context echo.Context) error
	Pull(context echo.Context) error
	Update(context echo.Context) error
}

ProcessLifeCycleEvent Process Life Cycle Event api operations

Jump to

Keyboard shortcuts

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