kv

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Any added in v1.1.4

type Any map[interface{}]interface{}

Any key value support url signature such as k1=v1&k2=v2

func New

func New() Any

New new Any key type is interface and value type is interface

func (*Any) Join added in v1.1.6

func (c *Any) Join(sep string) string

Join returns e.g k1=v1&k2=v2

func (*Any) URL added in v1.1.4

func (c *Any) URL() string

URL returns k1=v1&k2=v2

type String added in v1.1.4

type String map[string]string

String KV for string

func NewString added in v1.1.4

func NewString() String

NewString new KS key type is string and value type is string

func (*String) Join added in v1.1.6

func (c *String) Join(sep string) string

Join returns e.g k1=v1&k2=v2

func (*String) URL added in v1.1.4

func (c *String) URL() string

URL returns k1=v1&k2=v2

type Stringer

type Stringer interface {
	String() string
}

Stringer String()

Jump to

Keyboard shortcuts

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