Skip to content

Commit

Permalink
Remove unused interface (#3093)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored May 4, 2021
1 parent 65620e7 commit f4d33bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,6 @@ type Service struct {
// Type is the component type as it is used in the config.
type Type string

// NamedEntity is a configuration entity that has a type and a name.
type NamedEntity interface {
Type() Type
Name() string
SetName(name string)
}

// validatable defines the interface for the configuration validation.
type validatable interface {
// Validate validates the configuration and returns an error if invalid.
Expand Down

0 comments on commit f4d33bc

Please sign in to comment.