You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create skeleton code for the implementation of the Availability Recovery subsystem which is described in the Host Implementers' Guide, utilizing the subsystem pattern that has been used in other gossamer subsystems.
Create new package called availabilityrecovery
Create struct to define RecoveryStrategyKind which defines the PoV recovery strategy to use. for example
Create struct to define AvailabilityRecovorySubsystem, see for example and implement Subsystem interface for it.
Issue summary
Create skeleton code for the implementation of the Availability Recovery subsystem which is described in the Host Implementers' Guide, utilizing the subsystem pattern that has been used in other gossamer subsystems.
availabilityrecovery
RecoveryStrategyKind
which defines the PoV recovery strategy to use. for exampleAvailabilityRecovorySubsystem
, see for example and implementSubsystem
interface for it.State
, see for exampleRecoverAvailableData
ActiveLeavesUpdate
Other information and links
Look at other skeleton PRs to get an idea of what to code and what will become and TODO and a new issue
The text was updated successfully, but these errors were encountered: