broker

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

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

func NewInstance

func NewInstance(globals *cmd.Globals, b backend.Interface) (*Instance, error)

func (*Instance) GetStatus

func (i *Instance) GetStatus() Status

func (*Instance) ProbeHandler

func (i *Instance) ProbeHandler() error

func (*Instance) Start

func (i *Instance) Start(inctx context.Context) error

type Status

type Status string
const (
	StatusStopped  Status = "stopped"
	StatusStarting Status = "starting"
	StatusRunning  Status = "running"
	StatusStopping Status = "stopping"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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