Documentation ¶
Index ¶
- Constants
- func GenerateSpringContext(resourceData *ResourceData) error
- func UpdateDrivers() []error
- type Compression
- type CreateFlag
- type DocumentationFieldConfig
- type DocumentationFieldConfigs
- type DocumentationFields
- type InvalidCheckSum
- type MultipleFiles
- type ResourceData
- type ResourceFieldConfig
- type ResourceFieldConfigs
- type ResourceFields
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 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
Click to show internal directories.
Click to hide internal directories.