resources

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: MIT Imports: 6 Imported by: 0

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 BaseApiModel = client.BaseNode

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 PipelineApiModel = client.Pipeline

type ProcessorApiModel

type ProcessorApiModel = client.Processor

type SourceApiModel

type SourceApiModel = client.Source

Jump to

Keyboard shortcuts

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