Conflict

public struct Conflict

The Conflict provides details about a conflict.

  • Mine version of the document.

    Declaration

    Swift

    public let mine: Document
  • Theirs version of the document.

    Declaration

    Swift

    public let theirs: Document
  • Base or common anchester version of the document.

    Declaration

    Swift

    public let base: Document?