(ExternalStruct)
| 452 | // externalKeyMapper handles getting the business key from an external struct. |
| 453 | type externalKeyMapper[ExternalStruct any, Key comparable] interface { |
| 454 | GetKeyFromExternal(ExternalStruct) Key |
| 455 | } |
| 456 | |
| 457 | // internalKeyMapper handles getting the primary key from an internal Spanner struct. |
no outgoing calls
no test coverage detected