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 ¶
- Variables
- func AddToComplete(a AddressComplete)
- func AddToOriginal(a AddressOriginal)
- func SaveAddressMap(addresses interface{}, OutputFolder string, filename string) error
- func SaveCompletedMap(OutputFolder string) error
- func SaveOriginalMap(OutputFolder string) error
- type Address
- type AddressComplete
- type AddressMap
- type AddressOriginal
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 SaveCompletedMap ¶
func SaveOriginalMap ¶
Types ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.