Documentation ¶
Index ¶
- type Local
- func (l *Local) CreateUploadURL(ctx context.Context, name string) (string, error)
- func (l *Local) GetInfo(ctx context.Context, taskID PID) (*types.TaskInfo, error)
- func (l *Local) ListSecrets(ctx context.Context) ([]string, error)
- func (l *Local) PutSecret(ctx context.Context, name, value string) error
- func (l *Local) Run(ctx context.Context, env map[string]string, args ...string) (PID, error)
- func (l *Local) SetUp(ctx context.Context, containers []types.Container) error
- func (l *Local) Stop(ctx context.Context, taskID PID) error
- func (l *Local) Tail(ctx context.Context, taskID PID) error
- func (l *Local) TearDown(ctx context.Context) error
- type PID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.