address

package
v1.56.2 Latest Latest
Warning

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

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

Documentation

Overview

* * @license * Copyright 2020 Dynatrace LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var BUILD_ADDRESS_FILES = os.Getenv("DYNATRACE_BUILD_ADDRESS_FILES") == "true"

To speed things up when using Dynatrace Config Manager

Functions

func AddToComplete

func AddToComplete(a AddressComplete)

func AddToOriginal

func AddToOriginal(a AddressOriginal)

func SaveAddressMap

func SaveAddressMap(addresses interface{}, OutputFolder string, filename string) error

func SaveCompletedMap

func SaveCompletedMap(OutputFolder string) error

func SaveOriginalMap

func SaveOriginalMap(OutputFolder string) error

Types

type Address

type Address interface {
	// contains filtered or unexported methods
}

type AddressComplete

type AddressComplete struct {
	AddressOriginal
	UniqueName  string
	Type        string
	TrimmedType string
}

type AddressMap

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

func NewAddressMap

func NewAddressMap() *AddressMap

func (*AddressMap) AddToAddressMap

func (al *AddressMap) AddToAddressMap(a Address)

type AddressOriginal

type AddressOriginal struct {
	TerraformSchemaID string
	OriginalID        string
	OriginalSchemaID  string
}

Jump to

Keyboard shortcuts

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