dynamicDrivers

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2016 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const DriversLocation = "/usr/local/bin/"

Variables

This section is empty.

Functions

func GenerateSpringContext

func GenerateSpringContext(resourceData *ResourceData) error

func UpdateDrivers

func UpdateDrivers() []error

Types

type Compression

type Compression string

type CreateFlag

type CreateFlag struct {
	Name        string      `json:"name,omitempty"`
	Type        string      `json:"type,omitempty"`
	Default     interface{} `json:"default,omitempty"`
	Description string      `json:"createFlag.Description,omitempty"`
	Create      bool        `json:"create,omitempty"`
}

type DocumentationFieldConfig

type DocumentationFieldConfig struct {
	Description string `json:"description,omitempty"`
}

type DocumentationFieldConfigs

type DocumentationFieldConfigs map[string]DocumentationFieldConfig

type DocumentationFields

type DocumentationFields struct {
	ID             string                    `json:"id,omitempty"`
	ResourceFields DocumentationFieldConfigs `json:"resourceFields,omitempty"`
}

type InvalidCheckSum

type InvalidCheckSum struct {
	// contains filtered or unexported fields
}

func (InvalidCheckSum) Error

func (e InvalidCheckSum) Error() string

type MultipleFiles

type MultipleFiles struct {
	// contains filtered or unexported fields
}

func (MultipleFiles) Error

func (e MultipleFiles) Error() string

type ResourceData

type ResourceData struct {
	Blacklist        []string
	Drivers          []string
	ResourceMap      map[string]ResourceFields
	DocumentationMap map[string][]DocumentationFields
}

type ResourceFieldConfig

type ResourceFieldConfig struct {
	Type        string `json:"type,omitempty"`
	Description string `json:"description,omitempty"`
	Nullable    bool   `json:"nullable,omitempty"`
	Required    bool   `json:"required,omitempty"`
	MinLength   int    `json:"minLength,omitempty"`
	Create      bool   `json:"create,omitempty"`
	Update      bool   `json:"update,omitempty"`
}

type ResourceFieldConfigs

type ResourceFieldConfigs map[string]ResourceFieldConfig

type ResourceFields

type ResourceFields map[string]ResourceFieldConfigs

Jump to

Keyboard shortcuts

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