brightdigit/MistKit

View on GitHub
Sources/MistKit/Protocols/MKQueryRecord.swift

Summary

Maintainability
A
0 mins
Test Coverage

public declarations should be documented.
Open

  init(record: MKAnyRecord) throws

public declarations should be documented.
Open

public protocol MKQueryRecord {

public declarations should be documented.
Open

  static var desiredKeys: [String] { get }

public declarations should be documented.
Open

  var recordName: UUID? { get }

public declarations should be documented.
Open

  static var recordType: String { get }

public declarations should be documented.
Open

  var fields: [String: MKValue] { get }

public declarations should be documented.
Open

  var recordChangeTag: String? { get }

There are no issues that match your filters.

Category
Status