Documentation ¶
Index ¶
- Variables
- func Decode(msg string) (map[string][]string, error)
- func Encode(obj map[string][]string) string
- type Message
- func (m Message) Add(k, v string) Message
- func (m Message) Bytes() []byte
- func (m Message) Del(k string) Message
- func (m Message) Get(k string) []string
- func (m Message) GetOne(k string) string
- func (m Message) Pretty() string
- func (m Message) Set(k string, v ...string) Message
- func (m Message) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var DecodeString = decodeString
View Source
var EncodeString = encodeString
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.