Open shayanh opened 2 years ago
Currently, this is the persistent resource interface:
type PersistableResource interface { distsys.ArchetypeResource GetState() ([]byte, error) }
And it just supports persisting the state. Reading and recovery from the stored state has been implemented yet.
Currently, this is the persistent resource interface:
And it just supports persisting the state. Reading and recovery from the stored state has been implemented yet.