(SpannerStruct)
| 497 | // deleteByStructMapper provides a way to create a delete mutation from a struct. |
| 498 | type deleteByStructMapper[SpannerStruct any] interface { |
| 499 | DeleteMutation(SpannerStruct) *spanner.Mutation |
| 500 | } |
| 501 | |
| 502 | // idFromInternalMapper handles getting the ID from an internal Spanner struct. |
no outgoing calls
no test coverage detected