Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API client methods for pubsub message forwarding. #6659
Conversation
| + | ||
| +// MessageWriter returns a new message writer interface value | ||
| +// which must be closed when finished with. | ||
| +func (api *API) MessageWriter() (MessageWriter, error) { |
perrito666
Dec 6, 2016
Contributor
I would like to have an "Open" in the name of this method so it "hints" that its something that must be closed, people might forget to otherwise.
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$try-again$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$now$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
howbazaar commentedDec 6, 2016
Also adds the current stack to the Login userdata when in developer mode.