Documentation ¶
Index ¶
- type Docker
- func (d *Docker) Build(ctx context.Context, langs []string) error
- func (d *Docker) BuildConcurrently(ctx context.Context, langs []string) error
- func (d *Docker) Cleanup(ctx context.Context) ([]string, error)
- func (d *Docker) CleanupWithInterval(interval time.Duration)
- func (d *Docker) Eval(ctx context.Context, lang string, code string) (string, error)
- func (d *Docker) ListContainers(ctx context.Context) ([]string, error)
- func (d *Docker) SetupContainer(ctx context.Context, lang string) (string, error)
- func (d *Docker) SetupContainers(ctx context.Context, langs []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
func (*Docker) BuildConcurrently ¶
func (*Docker) CleanupWithInterval ¶
func (*Docker) ListContainers ¶
func (*Docker) SetupContainer ¶
Click to show internal directories.
Click to hide internal directories.