forked from TrueCloudLab/frostfs-sdk-go
Move to frostfs-sdk-go
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
parent
45a6e7a7c2
commit
4c779423f5
177 changed files with 739 additions and 737 deletions
|
@ -35,11 +35,11 @@ Encoding/decoding mechanisms are used to transfer identifiers:
|
|||
err = id.DecodeString(s) // on receiver
|
||||
|
||||
Instances can be also used to process NeoFS API protocol messages
|
||||
(see neo.fs.v2.refs package in https://github.com/nspcc-dev/neofs-api).
|
||||
(see neo.fs.v2.refs package in https://github.com/TrueCloudLab/frostfs-api).
|
||||
|
||||
On client side:
|
||||
|
||||
import "github.com/nspcc-dev/neofs-api-go/v2/refs"
|
||||
import "github.com/TrueCloudLab/frostfs-api-go/v2/refs"
|
||||
|
||||
var msg refs.OwnerID
|
||||
id.WriteToV2(&msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue