frostfs-sdk-go/ns/util.go
Leonard Lyubich 55283d3c91 [#179] Rename resolver package to ns
`resolver` isn't suitable name for the package with NeoFS name system
functionality.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-04-13 10:46:27 +03:00

5 lines
78 B
Go

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