docker

package
v0.10.6 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Localhost = "0.0.0.0"

	DefaultTimeout = 16 * time.Second
)
View Source
const (
	RESTApiPort = "6869"
	GrpcApiPort = "6870"
	BindPort    = "6868"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Docker

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

func NewDocker

func NewDocker(suiteName string) (*Docker, error)

func (*Docker) Finish added in v0.10.1

func (d *Docker) Finish(cancel context.CancelFunc)

func (*Docker) RunContainers

func (d *Docker) RunContainers(ctx context.Context, paths config.ConfigPaths, suiteName string) (*Ports, error)

type PortConfig added in v0.10.2

type PortConfig struct {
	RestApiPort string
	GrpcPort    string
	BindPort    string
}

type Ports added in v0.10.2

type Ports struct {
	Go    *PortConfig
	Scala *PortConfig
}

Jump to

Keyboard shortcuts

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