mediapackagechannel

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HlsIngest

type HlsIngest struct {
	// IngestEndpoints: min=0
	IngestEndpoints []IngestEndpoints `hcl:"ingest_endpoints,block" validate:"min=0"`
}

type HlsIngestAttributes

type HlsIngestAttributes struct {
	// contains filtered or unexported fields
}

func (HlsIngestAttributes) IngestEndpoints

func (HlsIngestAttributes) InternalRef

func (hi HlsIngestAttributes) InternalRef() (terra.Reference, error)

func (HlsIngestAttributes) InternalTokens

func (hi HlsIngestAttributes) InternalTokens() (hclwrite.Tokens, error)

func (HlsIngestAttributes) InternalWithRef

func (hi HlsIngestAttributes) InternalWithRef(ref terra.Reference) HlsIngestAttributes

type HlsIngestState

type HlsIngestState struct {
	IngestEndpoints []IngestEndpointsState `json:"ingest_endpoints"`
}

type IngestEndpoints

type IngestEndpoints struct{}

type IngestEndpointsAttributes

type IngestEndpointsAttributes struct {
	// contains filtered or unexported fields
}

func (IngestEndpointsAttributes) InternalRef

func (ie IngestEndpointsAttributes) InternalRef() (terra.Reference, error)

func (IngestEndpointsAttributes) InternalTokens

func (ie IngestEndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (IngestEndpointsAttributes) InternalWithRef

func (IngestEndpointsAttributes) Password

func (IngestEndpointsAttributes) Url

func (IngestEndpointsAttributes) Username

type IngestEndpointsState

type IngestEndpointsState struct {
	Password string `json:"password"`
	Url      string `json:"url"`
	Username string `json:"username"`
}

Jump to

Keyboard shortcuts

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