Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseApiModel ¶ added in v1.0.1
type ConvertibleResourceDef ¶
type ConvertibleResourceDef interface { /// the terraform resource type. example: mezmo_http_source TypeName() string /// the pipeline service node type. example: demo_logs_source NodeType() string TerraformSchema() schema.Schema ConvertToTerraformModel(component *reflect.Value) (*reflect.Value, error) }
func ConvertibleResources ¶
func ConvertibleResources() ([]ConvertibleResourceDef, error)
type DestinationApiModel ¶
type DestinationApiModel = client.Destination
type PipelineApiModel ¶
type ProcessorApiModel ¶
type SourceApiModel ¶
Click to show internal directories.
Click to hide internal directories.