Skip to content

Commit

Permalink
feat: removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
samvel-vardanyan committed Aug 21, 2023
1 parent 6c6f5ab commit f6b4307
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions contract/pkg/bucket/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ type NewCluster struct {
ResourcePerVNode Resource
}

// type CDNCluster struct {
// ManagerId AccountId
// CDNNodes []NodeKey
// ResourceUsed Resource
// Revenues Cash
// UsdPerGb Balance
// }

// type CDNClusterStatus struct {
// ClusterId ClusterId
// CDNCluster CDNCluster
// }

type Node struct {
ProviderId ProviderId
RentPerMonth Balance
Expand Down Expand Up @@ -240,16 +227,6 @@ type ClusterDistributeRevenuesEvent struct {
AccountId AccountId
}

// type CdnClusterCreatedEvent struct {
// ClusterId ClusterId
// AccountId AccountId
// }

// type CdnClusterDistributeRevenuesEvent struct {
// ClusterId ClusterId
// ProviderId AccountId
// }

type CdnNodeCreatedEvent struct {
NodeKey NodeKey
AccountId AccountId
Expand Down

0 comments on commit f6b4307

Please sign in to comment.