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.
This commit is contained in:
Harlow Ward 2014-11-15 16:15:18 -08:00
parent b98adcf659
commit 5095681ad0

View file

@ -10,9 +10,9 @@ import (
// to checkpoint their progress. // to checkpoint their progress.
type RedisCheckpoint struct { type RedisCheckpoint struct {
AppName string AppName string
StreamName string
client redis.Client client redis.Client
sequenceNumber string sequenceNumber string
StreamName string
} }
// Check whether a checkpoint for a particular Shard exists. Typically used to determine whether we should // Check whether a checkpoint for a particular Shard exists. Typically used to determine whether we should