Documentation
¶
Index ¶
- func AnyRunning(ctx context.Context, rt runtime.Runtime, containers []config.ContainerConfig) (bool, error)
- func Logs(ctx context.Context, rt runtime.Runtime, sink output.Sink, ...) error
- func Start(ctx context.Context, rt runtime.Runtime, sink output.Sink, opts StartOptions, ...) error
- func Status(ctx context.Context, rt runtime.Runtime, containers []config.ContainerConfig, ...) error
- func Stop(ctx context.Context, rt runtime.Runtime, sink output.Sink, ...) error
- type StartOptions
- type StopOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyRunning ¶ added in v0.5.0
Types ¶
type StartOptions ¶ added in v0.4.0
type StartOptions struct {
PlatformClient api.PlatformAPI
AuthToken string
ForceFileKeyring bool
WebAppURL string
LocalStackHost string
Containers []config.ContainerConfig
Env map[string]map[string]string
Logger log.Logger
Telemetry *telemetry.Client
}
StartOptions groups the user-provided options for starting an emulator.
type StopOptions ¶ added in v0.5.2
StopOptions carries optional telemetry context for the stop command.
Click to show internal directories.
Click to hide internal directories.