Versions in this module Expand all Collapse all v0 v0.1.0 Aug 25, 2026 Changes in this version + type Runtime interface + AttachWorkload func(ctx context.Context, ID string) (io.Reader, io.Reader, error) + CollectWorkloadMetrics func(ctx context.Context, ID string) + Events func(ctx context.Context, filters map[string]string) (<-chan *types.WorkloadEventMessage, <-chan error) + GetStatus func(ctx context.Context, ID string, checkHealth bool) (*types.WorkloadStatus, error) + GetWorkloadName func(ctx context.Context, ID string) (string, error) + IsDaemonRunning func(ctx context.Context) bool + ListWorkloadIDs func(ctx context.Context, filters map[string]string) ([]string, error) + LogFieldsExtra func(ctx context.Context, ID string) (map[string]string, error)