Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SchemaVersions map[string]func() StructureTest = map[string]func() StructureTest{ "1.0.0": func() StructureTest { return new(v1.StructureTest) }, "2.0.0": func() StructureTest { return new(v2.StructureTest) }, }
Functions ¶
This section is empty.
Types ¶
type SchemaVersion ¶
type SchemaVersion struct {
SchemaVersion string `yaml:"schemaVersion"`
}
type StructureTest ¶
type Unmarshaller ¶
Click to show internal directories.
Click to hide internal directories.