String returns a string representation of the state manager
(ctx context.Context, key string)
| 56 | Reset(ctx context.Context, key string) error |
| 57 | // String returns a string representation of the state manager |
| 58 | Info(ctx context.Context, key string) string |
| 59 | } |
| 60 | |
| 61 | type Crafter struct { |
no outgoing calls