Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + type BotRunner struct + func NewBotRunner() (*BotRunner, error) + func (r *BotRunner) CountActiveContainers(ctx context.Context) (int, error) + func (r *BotRunner) StartContainer(ctx context.Context, image string, botID string, envVars []string) (string, error) + func (r *BotRunner) StopContainer(ctx context.Context, containerID string) error