This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
frostfs-sdk-go
Watch
29
Star
0
Fork
You've already forked frostfs-sdk-go
20
Code
Issues
28
Pull requests
3
Releases
Activity
Actions
85e3c7b087
frostfs-sdk-go
/
ns
/
util.go
6 lines
78 B
Go
Raw
Normal View
History
Unescape
Escape
[#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-12 08:25:18 +00:00
package
ns
[#179] resolver: Refactor and document the package Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-18 08:32:00 +00:00
import
"errors"
var
errNotFound
=
errors
.
New
(
"record not found"
)
Reference in a new issue
Copy permalink