Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExitLoopError ¶ added in v0.1.1
type ExitLoopError struct {
Message string
}
func (*ExitLoopError) Error ¶ added in v0.1.1
func (e *ExitLoopError) Error() string
type NodeRegistration ¶ added in v0.1.1
type NodeRegistration struct {
// contains filtered or unexported fields
}
type SyncServer ¶
type SyncServer struct {
// contains filtered or unexported fields
}
func NewSyncServer ¶
func NewSyncServer( ctx context.Context, log *zap.Logger, nodeRegistry registry.NodeRegistry, registrant *registrant.Registrant, store *sql.DB, ) (*SyncServer, error)
func (*SyncServer) Close ¶
func (s *SyncServer) Close()
Click to show internal directories.
Click to hide internal directories.