orderedstringmap

package
v0.0.0-...-c4e222c Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Key   string
	Value []string
}

type OSM

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

func NewOSM

func NewOSM() OSM

func (*OSM) Clone

func (o *OSM) Clone() (result OSM)

func (*OSM) Entries

func (o *OSM) Entries() (result []Entry)

func (*OSM) Get

func (o *OSM) Get(key string) []string

func (*OSM) Keys

func (o *OSM) Keys() []string

func (*OSM) Len

func (o *OSM) Len() int

func (*OSM) Set

func (o *OSM) Set(key string, value []string)

func (*OSM) TryGet

func (o *OSM) TryGet(key string) *[]string

func (*OSM) Values

func (o *OSM) Values() (result [][]string)

Jump to

Keyboard shortcuts

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