Skip to content

Commit

Permalink
removed is struct method
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 26, 2023
1 parent 7943cac commit 1e5a15c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions consul/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ func isSetSchema(v interface{}) bool {
return reflect.TypeOf(v).String() == "*schema.Set"
}

func isStruct(v interface{}) bool {
return reflect.TypeOf(v).Kind() == reflect.Struct
}

func formatKey(key string) string {
tokens := strings.Split(key, "_")
keyToReturn := ""
Expand Down

0 comments on commit 1e5a15c

Please sign in to comment.