remove fetchbynamer from nofetch collection (#4013)
#### Does this PR need a docs update or release note? - [x] ⛔ No #### Type of change - [x] 🧹 Tech Debt/Cleanup #### Test Plan - [x] ⚡ Unit test - [x] 💚 E2E
This commit is contained in:
parent
19093ff5e4
commit
bbbe5c64a0
@ -28,7 +28,6 @@ type FetchRestoreCollection struct {
|
|||||||
// ErrNotFound for all Fetch calls.
|
// ErrNotFound for all Fetch calls.
|
||||||
type NoFetchRestoreCollection struct {
|
type NoFetchRestoreCollection struct {
|
||||||
Collection
|
Collection
|
||||||
FetchItemByNamer
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c NoFetchRestoreCollection) FetchItemByName(context.Context, string) (Item, error) {
|
func (c NoFetchRestoreCollection) FetchItemByName(context.Context, string) (Item, error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user