types

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

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 StructureTest interface {
	SetDriverImpl(func(drivers.DriverConfig) (drivers.Driver, error), drivers.DriverConfig)
	NewDriver() (drivers.Driver, error)
	RunAll(chan interface{}, string)
}

type Unmarshaller

type Unmarshaller func([]byte, interface{}) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL