types

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VariableConfig

type VariableConfig struct {
	Name      string    `yaml:"name"`
	Variables Variables `yaml:"variables"`
	FileName  string    `yaml:"-"`
}

type VariableConfigPre

type VariableConfigPre struct {
	Name     string
	FileName string
	RawData  string
}

type Variables

type Variables map[string]interface{}

func (Variables) Get

func (v Variables) Get(key string) interface{}

func (Variables) Merge

func (v Variables) Merge(variables Variables)

func (Variables) Print

func (v Variables) Print()

Jump to

Keyboard shortcuts

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