admin

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminService

type AdminService interface {
	contracts.WorkflowServiceServer
}

func NewAdminService

func NewAdminService(fs ...AdminServiceOpt) (AdminService, error)

type AdminServiceImpl

type AdminServiceImpl struct {
	contracts.UnimplementedWorkflowServiceServer
	// contains filtered or unexported fields
}

func (*AdminServiceImpl) DeleteWorkflow

func (*AdminServiceImpl) GetWorkflowByName

func (*AdminServiceImpl) ListWorkflows

func (*AdminServiceImpl) ListWorkflowsForEvent

func (*AdminServiceImpl) PutWorkflow

func (*AdminServiceImpl) ScheduleWorkflow

func (*AdminServiceImpl) TriggerWorkflow added in v0.9.0

type AdminServiceOpt

type AdminServiceOpt func(*AdminServiceOpts)

func WithRepository

func WithRepository(r repository.Repository) AdminServiceOpt

func WithTaskQueue

func WithTaskQueue(tq taskqueue.TaskQueue) AdminServiceOpt

type AdminServiceOpts

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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