Versions in this module Expand all Collapse all v1 v1.1.0 Sep 11, 2015 Changes in this version type DOptions + LimitHosts bool v1.0.0 Sep 10, 2015 Changes in this version + type C struct + Host string + Password string + Scheme string + Transport *http.Transport + User string + func New(opts *COptions) (*C, error) + func (c *C) ExportProject(id string) (lair.Project, error) + func (c *C) ImportProject(opts *DOptions, project *lair.Project) (*http.Response, error) + type COptions struct + Host string + InsecureSkipVerify bool + Password string + Scheme string + User string + type DOptions struct + ForcePorts bool + type Response struct + Message string + Status string