| 18 | } |
| 19 | |
| 20 | type Example struct { |
| 21 | storeV1 IStore |
| 22 | storeV2 IStore |
| 23 | } |
| 24 | |
| 25 | func (e *Example) Set(ctx context.Context, id int64, item *Item) error { |
| 26 | // enable write to new storage |
nothing calls this directly
no outgoing calls
no test coverage detected