(context.Context, []byte)
| 62 | // todo: should we namespace these by app? Then when an app is deleted, it can delete any of this extra data too. |
| 63 | Put(context.Context, []byte, []byte) error |
| 64 | Get(context.Context, []byte) ([]byte, error) |
| 65 | } |
| 66 | |
| 67 | var ( |
no outgoing calls