MCPcopy Create free account
hub / github.com/efficientgo/e2e / Runnable

Method Runnable

env.go:76–76  ·  view source on GitHub ↗

Runnable returns runnable builder which can build runnables that can be started and stopped within this environment.

(name string)

Source from the content-addressed store, hash-verified

74 HostAddr() string
75 // Runnable returns runnable builder which can build runnables that can be started and stopped within this environment.
76 Runnable(name string) RunnableBuilder
77 // AddListener registers given listener to be notified on environment runnable changes.
78 AddListener(listener EnvironmentListener)
79 // AddCloser registers function to be invoked on close, before all containers are sent kill signal.

Callers 15

ContainerizeFunction · 0.65
TestDockerEnvironmentFunction · 0.65
NewParcaFunction · 0.65
TestExampleAppFunction · 0.65
deployWithMonitoringFunction · 0.65
TestExampleFunction · 0.65
NewPrometheusFunction · 0.65
newCadvisorFunction · 0.65
NewThanosQuerierFunction · 0.65
NewThanosSidecarFunction · 0.65
NewThanosStoreFunction · 0.65
NewMinioFunction · 0.65

Implementers 1

DockerEnvironmentenv_docker.go

Calls

no outgoing calls

Tested by 3

TestDockerEnvironmentFunction · 0.52
TestExampleAppFunction · 0.52
TestExampleFunction · 0.52