Documentation ¶
Index ¶
- Constants
- func ServerRun(ctx context.Context) error
- type Container
- func (c *Container) Create(ctx context.Context) (string, error)
- func (c *Container) Delete(ctx context.Context, data bool) error
- func (c *Container) DeletePorts(ctx context.Context) error
- func (c *Container) Ensure(ctx context.Context) (*rest.Config, error)
- func (c *Container) Logs(ctx context.Context, opt LogOptions) error
- func (c *Container) Reset(ctx context.Context, data bool) error
- func (c *Container) Start(ctx context.Context) error
- func (c *Container) Stop(ctx context.Context) error
- func (c *Container) Upgrade(ctx context.Context, ignoreLocal bool) (string, string, error)
- func (c *Container) Wait(ctx context.Context) error
- type LogOptions
Constants ¶
View Source
const (
ContainerName = "acorn-local-runtime"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
type LogOptions ¶
Click to show internal directories.
Click to hide internal directories.