Skip to content

Commit

Permalink
remove useless interface
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
  • Loading branch information
Pavel Okhlopkov committed Nov 15, 2024
1 parent 75896fb commit 91c54cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/module_manager/models/modules/synchronization_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import (
"github.com/deckhouse/deckhouse/pkg/log"
)

type TaskMetadata interface {
GetKubernetesBindingID() string
GetHookName() string
GetBinding() string
}

// kubernetesBindingSynchronizationState is a state of the single Synchronization task
// for one kubernetes binding.
type kubernetesBindingSynchronizationState struct {
Expand Down

0 comments on commit 91c54cc

Please sign in to comment.