(SpannerStruct)
| 457 | // internalKeyMapper handles getting the primary key from an internal Spanner struct. |
| 458 | type internalKeyMapper[SpannerStruct any, Key comparable] interface { |
| 459 | GetKeyFromInternal(SpannerStruct) Key |
| 460 | } |
| 461 | |
| 462 | // readOneMapper provides a method to select a single entity by its key. |
no outgoing calls
no test coverage detected