Retracted: Phantom path (tilde). The natural retraction tag v4~/v1.18.2
is an invalid git ref name, so this retraction is published as the root tag
v1.18.2 instead — which is how this path is already keyed (its versions are
the repo's v1.x root tags).
type Log interface {
// Close the log handle Close() error// Log ID Id() string// Read will read the next record Read() (*Record, error)
// Go to an offset Seek(offset int64) error// Write an event to the log Write(*Record) error
}