-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
-
Task: Misspelled interface function:
RegsiterInstallSnapshotHandler -> RegisterInstallSnapshotHandler
-
Task (optional): Interface name change:
Log -> LogStore
- just a nitpick in naming
type Log = LogStore
- you can use an alias type and add deprecated to the godoc for backwards compatibility. -
Task: For the Log interface, can you add more context and information to the godoc on the follow functions and how they are used: Truncate, Compact, Contains, DiscardEntries. DiscardEntries's description is okay, but having more concrete and clear explanations like:
this function is used when a snapshot is taken and earlier logs are no longer needed.
Metadata
Metadata
Assignees
Labels
No labels