Documentation ¶
Overview ¶
Package schema for schema matching
Index ¶
Constants ¶
View Source
const NOTCANDIDATE = -1.0
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValidatedJSONWrapper ¶
type ValidatedJSONWrapper struct { Expected interface{} `json:"expected"` Actual interface{} `json:"actual"` IsIdentical bool `json:"isIdentical"` }
Click to show internal directories.
Click to hide internal directories.