We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ba79d commit 918d6f5Copy full SHA for 918d6f5
schema/types.go
@@ -7,6 +7,9 @@ type Processor interface {
7
// Check if the resource structure is valid
8
ResourceValid(resource string, data string) (bool, error)
9
10
+ // Check if the resource structure is valid
11
+ ResourceValidGo(resource string, data interface{}) (bool, error)
12
+
13
// Get the schema of a resource
14
GetSchema(resource string) *Schema
15
}
0 commit comments