Read the state from the manager backend
(ctx context.Context, key string, state *VersionedCraftingState)
| 52 | Write(ctx context.Context, key string, state *VersionedCraftingState) error |
| 53 | // Read the state from the manager backend |
| 54 | Read(ctx context.Context, key string, state *VersionedCraftingState) error |
| 55 | // Reset/Delete the state |
| 56 | Reset(ctx context.Context, key string) error |
| 57 | // String returns a string representation of the state manager |
no outgoing calls