Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportConfig ¶
type ImportConfig struct {
Name string `json:"name"`
Value interface{} `json:"value"`
}
type ImportContentVariable ¶
type ImportContentVariable struct {
Name string `json:"name"`
Type Type `json:"type"`
CharacteristicId string `json:"characteristic_id"`
SubContentVariables []ImportContentVariable `json:"sub_content_variables"`
UseAsTag bool `json:"use_as_tag"`
FunctionId string `json:"function_id,omitempty"`
AspectId string `json:"aspect_id,omitempty"`
}
type ImportType ¶
type ImportType struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
DefaultRestart bool `json:"default_restart"`
Configs []ImportConfig `json:"configs"`
Output ImportContentVariable `json:"output"`
Owner string `json:"owner"`
}
type ImportTypeConfig ¶
type ImportTypeFilterCriteria ¶
type ImportTypeFilterCriteria struct {
FunctionId string `json:"function_id"`
AspectId string `json:"aspect_id"`
}
func (ImportTypeFilterCriteria) Short ¶
func (this ImportTypeFilterCriteria) Short() string
Click to show internal directories.
Click to hide internal directories.