frostfs-sdk-go/resolver/util.go
Leonard Lyubich 146fc4f07a [#179] resolver: Refactor and document the package
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-04-13 10:46:27 +03:00

5 lines
84 B
Go

package resolver
import "errors"
var errNotFound = errors.New("record not found")