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:
parent
b98adcf659
commit
5095681ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,9 +10,9 @@ import (
|
|||
// to checkpoint their progress.
|
||||
type RedisCheckpoint struct {
|
||||
AppName string
|
||||
StreamName string
|
||||
client redis.Client
|
||||
sequenceNumber string
|
||||
StreamName string
|
||||
}
|
||||
|
||||
// Check whether a checkpoint for a particular Shard exists. Typically used to determine whether we should
|
||||
|
|
|
|||
Loading…
Reference in a new issue