Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValuePairOpts ¶ added in v0.12.0
type KeyValuePairs ¶ added in v0.12.0
type KeyValuePairs struct {
// contains filtered or unexported fields
}
func (*KeyValuePairs) Add ¶ added in v0.12.0
func (kvs *KeyValuePairs) Add(key interface{}, value interface{})
func (*KeyValuePairs) AddAll ¶ added in v0.12.0
func (kvs *KeyValuePairs) AddAll(kvs2 KeyValuePairs)
func (KeyValuePairs) Print ¶ added in v0.12.0
func (kvs KeyValuePairs) Print(options ...*KeyValuePairOpts)
func (KeyValuePairs) String ¶ added in v0.12.0
func (kvs KeyValuePairs) String(options ...*KeyValuePairOpts) string
Click to show internal directories.
Click to hide internal directories.