This website requires JavaScript.
Explore
Help
Sign in
olefirenque
/
frostfs-sdk-go
Watch
1
Star
0
Fork
You've already forked frostfs-sdk-go
0
forked from
TrueCloudLab/frostfs-sdk-go
Code
Pull requests
Activity
35346a01c9
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"
)
Copy permalink