 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ErrNoOrg = errors.New("no org associated with this Engine")
    Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
	// contains filtered or unexported fields
}
    type EngineSpec ¶ added in v0.18.9
type EngineSpec struct {
	Architecture   string                   `json:"architecture,omitempty"`
	CacheSizeGb    int                      `json:"cache_size_gb,omitempty"`
	Continent      string                   `json:"continent,omitempty"`
	Image          string                   `json:"image,omitempty"`
	Location       string                   `json:"location,omitempty"`
	OrgID          string                   `json:"org_id,omitempty"`
	UserID         string                   `json:"user_id,omitempty"`
	Size           string                   `json:"size,omitempty"`
	TTL            string                   `json:"ttl,omitempty"`
	TTLDuration    time.Duration            `json:"ttl_duration,omitempty"`
	URL            string                   `json:"url,omitempty"`
	CertSerialized *SerializableCertificate `json:"cert,omitempty"`
}
    func (*EngineSpec) TLSCertificate ¶ added in v0.18.9
func (es *EngineSpec) TLSCertificate() (*tls.Certificate, error)
type ErrResponse ¶ added in v0.18.9
type ErrResponse struct {
	Message string `json:"message"`
}
    type SerializableCertificate ¶ added in v0.18.9
type UserResponse ¶
 Click to show internal directories. 
   Click to hide internal directories.