fixup compile
Some checks failed
coverage / build (push) Has been cancelled
test / test (push) Has been cancelled
sync / sync (push) Successful in 7s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-05-29 12:46:23 +03:00
parent ed5d30a58e
commit 9ee31fb5a6

View File

@@ -6,7 +6,6 @@ import (
"sync/atomic"
"go.unistack.org/micro/v4/options"
"go.unistack.org/micro/v4/store"
"go.unistack.org/micro/v4/util/id"
)
@@ -140,7 +139,7 @@ func (n *noopStore) fnExists(ctx context.Context, _ string, _ ...ExistsOption) e
return ctx.Err()
default:
}
return store.ErrNotFound
return ErrNotFound
}
func (n *noopStore) Write(ctx context.Context, key string, val interface{}, opts ...WriteOption) error {