Move to frostfs-node

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
Pavel Karpy 2022-12-23 20:35:35 +03:00 committed by Stanislav Bogatyrev
parent 42554a9298
commit 923f84722a
934 changed files with 3470 additions and 3451 deletions

View file

@ -1,6 +1,6 @@
package morphsubnet
import "github.com/nspcc-dev/neofs-node/pkg/morph/client"
import "github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
// ManageAdminsPrm groups parameters of administer methods of Subnet contract.
//

View file

@ -3,8 +3,8 @@ package morphsubnet
import (
"fmt"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
)
// Client represents Subnet contract client.

View file

@ -3,7 +3,7 @@ package morphsubnet
import (
"fmt"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
)
// UserAllowedPrm groups parameters of UserAllowed method of Subnet contract.

View file

@ -1,8 +1,8 @@
package morphsubnet
import (
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
)
// DeletePrm groups parameters of Delete method of Subnet contract.

View file

@ -3,7 +3,7 @@ package morphsubnet
import (
"errors"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
)
// GetPrm groups parameters of Get method of Subnet contract.

View file

@ -3,7 +3,7 @@ package morphsubnet
import (
"fmt"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
)
// NodeAllowedPrm groups parameters of NodeAllowed method of Subnet contract.

View file

@ -1,6 +1,6 @@
package morphsubnet
import "github.com/nspcc-dev/neofs-node/pkg/morph/client"
import "github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
// ManageNodesPrm groups parameters of node management in Subnet contract.
//

View file

@ -1,8 +1,8 @@
package morphsubnet
import (
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
)
// PutPrm groups parameters of Put method of Subnet contract.