docs/cluster
Andrea Luzzardi 67e347fa1a Move container name matching logic into Node.
- Add `Node.Container()`
- Make `Cluster.Container()` use `Node.Container()`
- Added missing locks and converted existing ones to RLock.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-02-10 13:25:37 -08:00
..
cluster.go Move container name matching logic into Node. 2015-02-10 13:25:37 -08:00
cluster_test.go fix tests that were not compiling or panicking 2015-01-25 01:42:49 +01:00
container.go Container: Make Node public instead of exposing it through Node(). 2015-01-12 08:14:11 -08:00
event.go Events: Embed the entire Node object rather than its attributes. 2014-12-17 17:54:07 -08:00
node.go Move container name matching logic into Node. 2015-02-10 13:25:37 -08:00
node_test.go Move container name matching logic into Node. 2015-02-10 13:25:37 -08:00