Skip to content

Commit

Permalink
resloved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
samvel-vardanyan committed Aug 16, 2023
1 parent fd478da commit cbc1ceb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions contract/pkg/bucket/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
)

type (
<<<<<<< HEAD
Balance = types.U128
Cash = Balance
Resource = uint32
Expand All @@ -24,20 +23,6 @@ type (
NodeState = byte
NodeKey = string
VNodes = [][]Token
=======
Balance = types.U128
Cash = Balance
Resource = uint32
NodeKey = string
Token = uint64
ClusterId = uint32
AccountId = types.AccountID
ProviderId = AccountId
BucketId = uint32
Params = string
BucketParams = Params
NodeState = byte
>>>>>>> 89ee068218673a072209b54361a5abe6528b51ff
)

const (
Expand All @@ -61,11 +46,6 @@ type Cluster struct {
ResourcePerVNode Resource
ResourceUsed Resource
Revenues Cash
<<<<<<< HEAD
Nodes []NodeKey
VNodes [][]Token
=======
>>>>>>> 89ee068218673a072209b54361a5abe6528b51ff
TotalRent Balance
CdnNodesKeys []NodeKey
CdnRevenues Cash
Expand Down Expand Up @@ -195,10 +175,6 @@ type ClusterParamsSetEvent struct {

type ClusterRemovedEvent struct {
ClusterId ClusterId
<<<<<<< HEAD
=======
NodeKey NodeKey
>>>>>>> 89ee068218673a072209b54361a5abe6528b51ff
}

type ClusterNodeStatusSetEvent struct {
Expand All @@ -210,10 +186,7 @@ type ClusterNodeStatusSetEvent struct {
type ClusterNodeAddedEvent struct {
ClusterId ClusterId
NodeKey NodeKey
<<<<<<< HEAD
VNodes VNodes
=======
>>>>>>> 89ee068218673a072209b54361a5abe6528b51ff
}

type ClusterNodeRemovedEvent struct {
Expand Down

0 comments on commit cbc1ceb

Please sign in to comment.