Documentation ¶ Index ¶ type Client func NewClient(s Servicer, out outputs.Outputer) *Client func (c *Client) NewCommand() *cobra.Command func (c *Client) Retrieve() *cobra.Command type Servicer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { Servicer Servicer Service metal.MetrosApiService Out outputs.Outputer } func NewClient ¶ func NewClient(s Servicer, out outputs.Outputer) *Client func (*Client) NewCommand ¶ func (c *Client) NewCommand() *cobra.Command func (*Client) Retrieve ¶ func (c *Client) Retrieve() *cobra.Command type Servicer ¶ type Servicer interface { MetalAPI(*cobra.Command) *metal.APIClient } Source Files ¶ View all Source files metro.go retrieve.go Click to show internal directories. Click to hide internal directories.