command

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionBuilder

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

type Builder

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

func Command

func Command() *Builder

export this into the orchestration package to keep API clean

func (*Builder) Build

func (ib *Builder) Build() *Endpoint

func (*Builder) Components

func (ib *Builder) Components(components ...string) *Builder

func (*Builder) Warmup

func (ib *Builder) Warmup(warmup time.Duration) *Builder

type Endpoint

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

func (*Endpoint) In

func (endpoint *Endpoint) In(t *testing.T) *TestActionBuilder

func (*Endpoint) Run

func (endpoint *Endpoint) Run() error

func (*Endpoint) Stop

func (endpoint *Endpoint) Stop() error

type TestActionBuilder

type TestActionBuilder struct {
	ActionBuilder
	// contains filtered or unexported fields
}

func (*TestActionBuilder) Run

func (builder *TestActionBuilder) Run()

func (*TestActionBuilder) Stop

func (builder *TestActionBuilder) Stop()

Jump to

Keyboard shortcuts

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