Documentation ¶ Index ¶ type Instance type WarmableInstance Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Instance ¶ type Instance interface { Run(ctx context.Context, config *runconfig.RunConfig) error WorkingDirectory(projectDir string, dirtyMode bool) string Close(ctx context.Context) error Attributes() []attribute.KeyValue } type WarmableInstance ¶ added in v0.113.0 type WarmableInstance interface { // Warmup can be optionally called in case of a persistent worker is configured to be warm Warmup(ctx context.Context, ident string, env map[string]string, logger *echelon.Logger) error } Source Files ¶ View all Source files abstract.go Click to show internal directories. Click to hide internal directories.