Documentation ¶
Index ¶
- func ResetDatabaseAndNetworkHistory(ctx context.Context, log *logging.Logger, vegaPaths paths.Paths, ...) error
- type NodeCommand
- type SQLSubscribers
- func (s *SQLSubscribers) CreateAllStores(ctx context.Context, Log *logging.Logger, ...)
- func (s *SQLSubscribers) GetSQLSubscribers() []broker.SQLBrokerSubscriber
- func (s *SQLSubscribers) SetupSQLSubscribers()
- func (s *SQLSubscribers) SetupServices(ctx context.Context, log *logging.Logger, candlesConfig candlesv2.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeCommand ¶
type NodeCommand struct { SQLSubscribers Log *logging.Logger Version string VersionHash string // contains filtered or unexported fields }
NodeCommand use to implement 'node' command.
func (*NodeCommand) Stop ¶ added in v0.63.0
func (l *NodeCommand) Stop()
Stop is for graceful shutdown.
type SQLSubscribers ¶ added in v0.57.0
type SQLSubscribers struct {
// contains filtered or unexported fields
}
func (*SQLSubscribers) CreateAllStores ¶ added in v0.57.0
func (s *SQLSubscribers) CreateAllStores(ctx context.Context, Log *logging.Logger, transactionalConnectionSource *sqlstore.ConnectionSource, candleV2Config candlesv2.CandleStoreConfig, )
func (*SQLSubscribers) GetSQLSubscribers ¶ added in v0.57.0
func (s *SQLSubscribers) GetSQLSubscribers() []broker.SQLBrokerSubscriber
func (*SQLSubscribers) SetupSQLSubscribers ¶ added in v0.57.0
func (s *SQLSubscribers) SetupSQLSubscribers()
func (*SQLSubscribers) SetupServices ¶ added in v0.57.0
Click to show internal directories.
Click to hide internal directories.