Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raaizik committed Mar 17, 2024
1 parent a3d5f83 commit 2b0bdc0
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 138 deletions.
8 changes: 4 additions & 4 deletions services/provider/interfaces/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ type StorageClientStatus interface {
// no client is using it
GetPlatformVersion() string
GetOperatorVersion() string
GetClusterID() string
GetNamespacedName() string

SetPlatformVersion(string) StorageClientStatus
SetOperatorVersion(string) StorageClientStatus
SetClusterID(string) StorageClientStatus
SetNamespacedName(string) StorageClientStatus
}

type StorageClientOnboarding interface {
// getters for fields are already provided by protobuf messages
GetOnboardingTicket() string
GetConsumerName() string
GetClientOperatorVersion() string
GetClusterId() string
GetNamespacedName() string

SetOnboardingTicket(string) StorageClientOnboarding
SetConsumerName(string) StorageClientOnboarding
SetClientOperatorVersion(string) StorageClientOnboarding
SetClusterID(string) StorageClientOnboarding
SetNamespacedName(string) StorageClientOnboarding
}
Loading

0 comments on commit 2b0bdc0

Please sign in to comment.