(Key)
| 462 | // readOneMapper provides a method to select a single entity by its key. |
| 463 | type readOneMapper[Key comparable] interface { |
| 464 | SelectOne(Key) spanner.Statement |
| 465 | } |
| 466 | |
| 467 | // readAllMapper provides a method to select all entities. |
no outgoing calls
no test coverage detected