package data
import "github.com/dotcloud/docker/pkg/beam/data"
Index ¶
- Variables
- func Decode(msg string) (map[string][]string, error)
- func Encode(obj map[string][]string) string
- type Message
- func Empty() Message
- func Parse(args []string) 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) Pretty() string
- func (m Message) Set(k string, v ...string) Message
- func (m Message) String() string
Variables ¶
var DecodeString = decodeString
var EncodeString = encodeString
Functions ¶
func Decode ¶
func Encode ¶
Types ¶
type Message ¶
type Message string
func Empty ¶
func Empty() Message
func Parse ¶
func (Message) Add ¶
func (Message) Bytes ¶
func (Message) Del ¶
func (Message) Get ¶
func (Message) Pretty ¶
func (Message) Set ¶
func (Message) String ¶
Source Files ¶
- Version
- v0.11.1
- Published
- May 8, 2014
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 3 seconds ago –
Tools for package owners.