GitSignatureResultStore implements a store.GitSignatureResultStore backed by a relational database.
| 41 | |
| 42 | // GitSignatureResultStore implements a store.GitSignatureResultStore backed by a relational database. |
| 43 | type GitSignatureResultStore struct { |
| 44 | db *sqlx.DB |
| 45 | } |
| 46 | |
| 47 | const ( |
| 48 | gitSignatureResultColumns = ` |
nothing calls this directly
no outgoing calls
no test coverage detected