dbInserter collects usage events and stores them in the database for publishing.
| 17 | // dbInserter collects usage events and stores them in the database for |
| 18 | // publishing. |
| 19 | type dbInserter struct { |
| 20 | clock quartz.Clock |
| 21 | } |
| 22 | |
| 23 | var _ agplusage.Inserter = &dbInserter{} |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected