chainmap

package
v0.0.0-...-c6b631f Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainMap

type ChainMap struct {
	// contains filtered or unexported fields
}

ChainMap contains a slice of Dicts for interpolation values.

func New

func New(dicts ...Dict) *ChainMap

New creates a new ChainMap.

func (*ChainMap) Add

func (c *ChainMap) Add(dicts ...Dict)

Add adds given dicts to the ChainMap.

func (*ChainMap) Get

func (c *ChainMap) Get(key string) string

Get gets the last value with the given key from the ChainMap. If key does not exist returns empty string.

func (*ChainMap) Len

func (c *ChainMap) Len() int

Len returns the ammount of Dicts in the ChainMap.

type Dict

type Dict map[string]string

Dict is a simple string->string map.

Jump to

Keyboard shortcuts

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