added valie isInterface

This commit is contained in:
Jan Halfar 2017-07-24 19:54:43 +02:00
parent 7180f5305a
commit cd10c23c5b

View File

@ -22,6 +22,7 @@ type StructType struct {
}
type Value struct {
IsInterface bool `json:",omitempty"`
Scalar *Scalar `json:",omitempty"`
ScalarType ScalarType `json:",omitempty"`
GoScalarType string `json:",omitempty"`