admin

package
v0.3.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 15 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

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