tags

package
v0.0.0-...-0b9df6a Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2026 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *tags

Types

type List

type List interface {
	Add(string, ...string)
	AddString(string) error
	List() []string
	Clone() List
	Merge(List)
	Map() map[string][]string
	Get(string) ([]string, bool)
}

func FromMultiValues

func FromMultiValues(kv map[string][]string) List

func FromValues

func FromValues(kv map[string]string) List

Jump to

Keyboard shortcuts

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