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,omitempty"` Type Type `json:"type,omitempty"` CharacteristicId string `json:"characteristic_id,omitempty"` SubContentVariables []ImportContentVariable `json:"sub_content_variables,omitempty"` UseAsTag bool `json:"use_as_tag,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 []ImportTypeConfig `json:"configs"` AspectIds interface{} `json:"aspect_ids"` // permSearch gives string or []string Output ImportContentVariable `json:"output,omitempty"` FunctionIds interface{} `json:"function_ids"` // permSearch gives string or []string Owner string `json:"owner,omitempty"` }
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.