docs/backends
Solomon Hykes 3265abfa2e Simplify the beam API
* Callback pattern that is easier to grok: each message has an optional nested return channel, instead of 2 nested streams
* Return channel is in the Message structure: less arguments and return values to pass around
* Caller can request a pipe as return channel, or pass its own. This makes proxying and advanced plumbing operations much easier.

Signed-off-by: Solomon Hykes <solomon@docker.com>
2014-06-02 06:15:28 +00:00
..
backends.go Simplify the beam API 2014-06-02 06:15:28 +00:00
cloud.go Add some missing return statements 2014-05-23 18:36:04 +01:00
debug.go Choose a single backend with `--backend` 2014-05-01 18:13:55 -07:00
forward.go Pass HTTP params through when forwarding `containers` job 2014-05-15 14:55:19 +01:00
gce.go Go fmt the cloud backend 2014-05-23 16:28:12 +01:00
simulator.go First skeleton of a simulator 2014-05-01 23:31:06 -07:00