Documentation
¶
Index ¶
- Constants
- type Build
- type Client
- func (c *Client) BaseUrl() string
- func (c *Client) BuildCreate(appId string, sourceBlob *SourceBlob) (*Build, *http.Response, error)
- func (c *Client) BuildInfo(appId string, id string) (*Build, *http.Response, error)
- func (c *Client) MakeRequest(method, url string, body *[]byte) (*http.Response, error)
- type SourceBlob
Constants ¶
View Source
const ( HEADER_ACCEPT = "application/vnd.heroku+json; version=3" HEADER_CONTENT_TYPE = "application/json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
type Build struct { Id string `json:"id"` SourceBlob *SourceBlob `json:"source_blob"` Status string `json:"status"` }
type SourceBlob ¶
Click to show internal directories.
Click to hide internal directories.