models

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2023 License: Apache-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 Map

type Map struct {
	FileReference *models.FileReference
	Values        []*MapEntry
}

Map is a struct that is used to describe a yaml tag that is a map of key value pairs.

func (*Map) UnmarshalYAML

func (m *Map) UnmarshalYAML(node *yaml.Node) error

type MapEntry

type MapEntry struct {
	Key           string
	Value         any
	FileReference *models.FileReference
}

Jump to

Keyboard shortcuts

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