tag

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StringsToTags

func StringsToTags(tagList []any, tags *[]Tag)

StringsToTags processes the slice of string tags into a slice of tag structs Arguments: slice of string tags, pointer to slice of tag structs

func TagSubsetCheck

func TagSubsetCheck(source []Tag, input []Tag) bool

Types

type Tag

type Tag struct {
	Context string  `json:"context"`
	Key     string  `json:"key"`
	Value   *string `json:"value,omitempty"`
}

Tag is a single definition of a tag used for a Dynatrace entity

type Tags

type Tags []*Tag

Jump to

Keyboard shortcuts

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