azurerm

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DependencyLoader

type DependencyLoader interface {
	Load() ([]Mapping, error)
}

type HardcodeDependencyLoader

type HardcodeDependencyLoader struct {
}

func (HardcodeDependencyLoader) Load

func (h HardcodeDependencyLoader) Load() ([]Mapping, error)

type Mapping

type Mapping struct {
	ResourceType         string `json:"resourceType"`
	ExampleConfiguration string `json:"exampleConfiguration,omitempty"`
	IdPattern            string `json:"idPattern"`
}

type MappingJsonDependencyLoader

type MappingJsonDependencyLoader struct {
	MappingJsonFilepath string
}

func (MappingJsonDependencyLoader) Load

Jump to

Keyboard shortcuts

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