Versions in this module Expand all Collapse all v0 v0.80.1 Feb 13, 2026 Changes in this version type Commands + func (c *Commands) AddressBook(dom domain.Domain) (*cobra.Command, error) + func (c *Commands) MCMS(dom domain.Domain, cfg MCMSConfig) (*cobra.Command, error) + type MCMSConfig struct + ProposalContextProvider analyzer.ProposalContextProvider v0.80.0 Feb 6, 2026 Changes in this version type Commands + func (c *Commands) Datastore(dom domain.Domain) (*cobra.Command, error) v0.79.0 Feb 4, 2026 Changes in this version + type Commands struct + func New(lggr logger.Logger) *Commands + func (c *Commands) State(dom domain.Domain, cfg StateConfig) *cobra.Command + type StateConfig struct + ViewState state.ViewStateFunc