Versions in this module Expand all Collapse all v0 v0.4.0 May 12, 2026 Changes in this version + type CommandFactory func() rpc.RpcRawParams + type CommandRegistry interface + GetCommandFactory func(ct types.CommandType) (CommandFactory, error) + Register func(ct types.CommandType, cf CommandFactory) + func GetCommandRegistry() CommandRegistry + type CommandRegistryImpl struct + func (c *CommandRegistryImpl) GetCommandFactory(ct types.CommandType) (CommandFactory, error) + func (c CommandRegistryImpl) Register(ct types.CommandType, cFactory CommandFactory) v0.3.0 Sep 26, 2025