Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplicationServer ¶
type ReplicationServer struct {
// contains filtered or unexported fields
}
func NewReplicationServer ¶
func NewReplicationServer( ctx context.Context, log *zap.Logger, options config.ServerOptions, nodeRegistry registry.NodeRegistry, writerDB *sql.DB, blockchainPublisher blockchain.IBlockchainPublisher, listenAddress string, ) (*ReplicationServer, error)
func (*ReplicationServer) Addr ¶
func (s *ReplicationServer) Addr() net.Addr
func (*ReplicationServer) Shutdown ¶
func (s *ReplicationServer) Shutdown()
func (*ReplicationServer) WaitForShutdown ¶
func (s *ReplicationServer) WaitForShutdown()
Click to show internal directories.
Click to hide internal directories.