kvpair

package
v0.32.3 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KVPair

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

KVPair struct, a simple key/value string pair.

func NewKVPair

func NewKVPair(k, v string) KVPair

Constructs a new KVPair with provided key and value.

func (KVPair) Copy

func (kv KVPair) Copy() KVPair

Returns a copy of the KVPair.

func (KVPair) Key

func (kv KVPair) Key() string

Returns the key.

func (KVPair) QueryEscape

func (kv KVPair) QueryEscape() string

Returns URL encoded KVPair in format "foo=bar". Calls url.QueryEscape on both key and value.

func (*KVPair) SetValue

func (kv *KVPair) SetValue(v string)

Sets the value.

func (KVPair) String

func (kv KVPair) String() string

Returns raw KVPair in format "foo=bar".

func (KVPair) Value

func (kv KVPair) Value() string

Returns the value.

Jump to

Keyboard shortcuts

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