Skip to content

tracker: split Progress into internal and public #175

@pav-kv

Description

@pav-kv

Currently, the tracker.Progress struct is a mix of internal fields and methods responsible for replication flow control, and public API - replication status returned by RawNode.Status().

We should factor out the public part of this API, and hide the flow control implementation details (e.g. under internal package).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions