Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + const APIVersion + const MagicCookieKey + const MagicCookieValue + var Interrupts int32 = 0 + var Killed = false + func CleanupClients() + func Server() (*packrpc.Server, error) + type Client struct + func NewClient(config *ClientConfig) (c *Client) + func (c *Client) Builder() (packer.Builder, error) + func (c *Client) Exited() bool + func (c *Client) Hook() (packer.Hook, error) + func (c *Client) Kill() + func (c *Client) PostProcessor() (packer.PostProcessor, error) + func (c *Client) Provisioner() (packer.Provisioner, error) + func (c *Client) Start() (addr net.Addr, err error) + type ClientConfig struct + Cmd *exec.Cmd + Managed bool + MaxPort uint + MinPort uint + StartTimeout time.Duration + Stderr io.Writer