types

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListTags

type ListTags struct {
	Items []*Tag
}

func (*ListTags) Add

func (l *ListTags) Add(tags ...*Tag)

func (*ListTags) Empty

func (l *ListTags) Empty() bool

func (*ListTags) Len

func (l *ListTags) Len() int

type Tag

type Tag struct {
	Key        string `json:"key"`
	Value      string `json:"value"`
	SystemTag  bool   `json:"systemTag"`
	ResourceID string `json:"resourceId"`
	TagID      string `json:"tagId"`
}

Jump to

Keyboard shortcuts

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