Documentation ¶
Index ¶
- Variables
- func ConfigureStartCmd[B firecore.Block](chain *firecore.Chain[B], binaryName string, rootLog *zap.Logger)
- func GetCommonMeteringPlugin(cmd *cobra.Command, logger *zap.Logger) (dmetering.EventEmitter, error)
- func GetCommonMeteringPluginValue() string
- func RegisterFirehoseApp[B firecore.Block](chain *firecore.Chain[B], rootLog *zap.Logger)
- func RegisterIndexBuilderApp[B firecore.Block](chain *firecore.Chain[B], rootLog *zap.Logger)
- func RegisterMergerApp(rootLog *zap.Logger)
- func RegisterReaderNodeApp[B firecore.Block](chain *firecore.Chain[B], rootLog *zap.Logger)
- func RegisterReaderNodeStdinApp[B firecore.Block](chain *firecore.Chain[B], rootLog *zap.Logger)
- func RegisterRelayerApp(rootLog *zap.Logger)
- func RegisterSubstreamsTier1App[B firecore.Block](chain *firecore.Chain[B], rootLog *zap.Logger)
- func RegisterSubstreamsTier2App[B firecore.Block](chain *firecore.Chain[B], rootLog *zap.Logger)
Constants ¶
This section is empty.
Variables ¶
View Source
var StartCmd = &cobra.Command{Use: "start", Args: cobra.ArbitraryArgs}
Functions ¶
func ConfigureStartCmd ¶
func GetCommonMeteringPlugin ¶ added in v1.3.7
func GetCommonMeteringPlugin(cmd *cobra.Command, logger *zap.Logger) (dmetering.EventEmitter, error)
GetCommonMeteringPlugin returns the common metering plugin to use for the application. It reads the `common-metering-plugin` flag from the command and returns the plugin after expanding the environment variables in it meaning 'paymentGateway://test?token=${TOKEN}'.
func GetCommonMeteringPluginValue ¶ added in v1.3.7
func GetCommonMeteringPluginValue() string
GetCommonMeteringPlugin returns the common metering plugin value to use for the application. It reads the `common-metering-plugin` flag from the command and returns the plugin after expanding the environment variables in it meaning 'paymentGateway://test?token=${TOKEN}'.
func RegisterFirehoseApp ¶
func RegisterIndexBuilderApp ¶
func RegisterMergerApp ¶
func RegisterReaderNodeApp ¶
func RegisterRelayerApp ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.