Versions in this module Expand all Collapse all v0 v0.0.2 Apr 8, 2026 Changes in this version + const Docker + const Kubernetes + const None + const Swarm + var ErrInvalidPlatform = errors.New("invalid platform specified") + type Platform interface + DeployWorkers func(ctx context.Context, info worker.Info) error + RemoveWorkers func(ctx context.Context, info worker.Info) error + func NewPlatform(config config.StaticConfig) (Platform, error)