Harlow Ward
59f488e6c7
Add line-break after exported fields
...
Match the Golang std library style of adding line-breaks after exported
fields.
http://golang.org/src/pkg/sync/cond.go?s=609:772#L12
2014-11-15 17:06:56 -08:00
Harlow Ward
5095681ad0
Group exported fields
...
Godoc removes un-exported fields and puts a line-break in the
documentation when exported fields and un-exported fields aren't grouped
together. Will follow this standard going forward.
2014-11-15 16:15:18 -08:00
Harlow Ward
ad57271712
Documentation for Redis Checkpoint
...
* Add Godoc style comments for each of the functions
2014-11-15 14:04:52 -08:00
Harlow Ward
06b40e6ed8
Base pipeline components
...
* Create base Interfaces for Pipeline
* Add first base implementations for Pipeline
* Add initial test for core functionality
2014-11-14 20:45:34 -08:00