| 127 | } |
| 128 | |
| 129 | type Example struct { |
| 130 | storeV1 IStore |
| 131 | storeV2 IStore |
| 132 | } |
| 133 | |
| 134 | func (e *Example) Set(ctx context.Context, id int64, item *Item) error { |
| 135 | // enable write to new storage |
nothing calls this directly
no outgoing calls
no test coverage detected