Versions in this module Expand all Collapse all v0 v0.1.0 Sep 28, 2018 Changes in this version + type Client interface + GetInstance func(string) (*Instance, error) + type DefaultClient struct + func NewClient() (*DefaultClient, error) + func (c *DefaultClient) GetInstance(instanceID string) (*Instance, error) + type Instance struct + Addresses []string + Created time.Time + ID string + Metadata map[string]string + Name string + ProjectID string + Status string + Updated time.Time + UserID string