Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewManagedStatusCoreComponents ¶
func NewManagedStatusCoreComponents(sccf *statusCoreComponentsFactory) (*managedStatusCoreComponents, error)
NewManagedStatusCoreComponents creates a new status core components handler implementation
func NewStatusCoreComponentsFactory ¶
func NewStatusCoreComponentsFactory(args StatusCoreComponentsFactoryArgs) (*statusCoreComponentsFactory, error)
NewStatusCoreComponentsFactory initializes the factory which is responsible to creating status core components
Types ¶
type StatusCoreComponentsFactoryArgs ¶
type StatusCoreComponentsFactoryArgs struct { Config config.Config EpochConfig config.EpochConfig RoundConfig config.RoundConfig RatingsConfig config.RatingsConfig EconomicsConfig config.EconomicsConfig CoreComp factory.CoreComponentsHolder }
StatusCoreComponentsFactoryArgs holds the arguments needed for creating a status core components factory
Click to show internal directories.
Click to hide internal directories.