Skip to content

Commit

Permalink
regen mocks and fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul committed Mar 2, 2019
1 parent fc1bc6a commit d076698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 49 deletions.
1 change: 1 addition & 0 deletions src/dbnode/persist/fs/msgpack/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ func (enc *Encoder) encodeLogInfo(info schema.LogInfo) {
enc.encodeNumObjectFieldsForFn(logInfoType)

// Deprecated, have to encode anyways for backwards compatibility, but we ignore the values.
// TODO(V1): Remove when we make backwards incompatible changes with an upgrade to V1.
enc.encodeVarintFn(info.DeprecatedDoNotUseStart)
enc.encodeVarintFn(info.DeprecatedDoNotUseDuration)

Expand Down
56 changes: 7 additions & 49 deletions src/dbnode/storage/storage_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d076698

Please sign in to comment.