Documentation
¶
Index ¶
- func New(cli client.Client) engine.Engine
- type Engine
- func (e *Engine) AppEnvVars(ctx context.Context, instanceName string) (map[string]string, error)
- func (e *Engine) CreateInstance(ctx context.Context, create *types.CreateArgs) error
- func (e *Engine) DeleteInstance()
- func (e *Engine) Status(ctx context.Context, instanceName string) (address string, ready bool, err error)
- func (e *Engine) UpdateInstance()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) AppEnvVars ¶
func (*Engine) CreateInstance ¶
func (*Engine) DeleteInstance ¶
func (e *Engine) DeleteInstance()
func (*Engine) UpdateInstance ¶
func (e *Engine) UpdateInstance()
Click to show internal directories.
Click to hide internal directories.