Documentation ¶
Index ¶
- Variables
- type Body
- type Command
- func (c *Command) Connection() (streams.Connection, error)
- func (c *Command) Delete(key string)
- func (c *Command) Encode(s io.Writer) error
- func (c *Command) Get(key string) (interface{}, bool)
- func (c *Command) Name() string
- func (c *Command) Raw() map[string]interface{}
- func (c *Command) Set(key, value string)
- func (c *Command) SetName(value interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Magic = packer.Magic{0x01, 0xec} Version = packer.Version(0x01) )
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Command string `cbor:"16,keyasint"` Body Body `cbor:"64,keyasint"` // contains filtered or unexported fields }
func (*Command) Connection ¶
func (c *Command) Connection() (streams.Connection, error)
Click to show internal directories.
Click to hide internal directories.