Remove filller interface in pkg/options/helpers.go
This commit is contained in:
@@ -8,12 +8,6 @@ import (
|
||||
"github.com/spf13/cast"
|
||||
)
|
||||
|
||||
type (
|
||||
filler interface {
|
||||
fill()
|
||||
}
|
||||
)
|
||||
|
||||
func fill(opt interface{}) {
|
||||
v := reflect.ValueOf(opt)
|
||||
if v.Kind() != reflect.Ptr {
|
||||
|
||||
Reference in New Issue
Block a user