Rename *LookupTable data structures to *Map.

This commit is contained in:
Brent Simmons
2017-09-11 13:11:29 -07:00
parent 5ee58458a2
commit 258abab9f6
5 changed files with 17 additions and 13 deletions

View File

@@ -8,6 +8,8 @@
import Foundation
// Protocol for a database table for related objects  authors, tags, and attachments in Evergreen, for instance.
public protocol DatabaseRelatedObjectsTable: DatabaseTable {
var databaseIDKey: String { get}