()
| 18 | // in order to use the BaseService's methods. |
| 19 | type Record interface { |
| 20 | TableName() string // the table name which record belongs to. |
| 21 | PrimaryKey() string // the primary key of the record. |
| 22 | } |
| 23 |
no outgoing calls
no test coverage detected