model

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: May 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToMapOfArrayOfStrings

func ToMapOfArrayOfStrings(original map[string]ArrayOrString) map[string][]string

ToMapOfArrayOfStrings transforms a map with string keys into a map of array of strings

Types

type ArrayOrString

type ArrayOrString []string

ArrayOrString is a type used to unmarshal a field as an array of strings or as a single string from YAMLs

func (*ArrayOrString) UnmarshalYAML

func (v *ArrayOrString) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML implement the unmarshal from YAML package

type KeyValuePair

type KeyValuePair struct {
	Name  string
	Value string
}

KeyValuePair represents a value associated with a key

Jump to

Keyboard shortcuts

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