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(context.Context, *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(context.Context, string, map[string]string, *echelon.Logger) error } Source Files ¶ View all Source files abstract.go Click to show internal directories. Click to hide internal directories.