Versions in this module Expand all Collapse all v0 v0.2.1 Jul 18, 2025 v0.2.0 Jul 8, 2025 Changes in this version + func NewControllerCommand() *cobra.Command + func Run(ctx context.Context, c *config.Config) error + type ControllerContext struct + Config *config.Config + ControllerOptions controller.Options + RedisClient *redis.Client + Store store.IStore + func CreateControllerContext(ctx context.Context, c *config.Config, storeClient store.IStore, ...) (ControllerContext, error)