Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesg committed Nov 26, 2021
1 parent 4b6d1b3 commit f11fe6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kv/memberlist/mergeable.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type Mergeable interface {
// Merge with other value in place. Returns change, that can be sent to other clients.
// If merge doesn't result in any change, returns nil.
// Error can be returned if merging with given 'other' value is not possible.
// This method may also modify the other parameter.
//
// In order for state merging to work correctly, Merge function must have some properties. When talking about the
// result of the merge in the following text, we don't mean the return value ("change"), but the
Expand Down

0 comments on commit f11fe6a

Please sign in to comment.