| 18 | ) |
| 19 | |
| 20 | type committer struct { |
| 21 | Log slog.Logger |
| 22 | Database database.Store |
| 23 | } |
| 24 | |
| 25 | func (c *committer) CommitQuota( |
| 26 | ctx context.Context, request *proto.CommitQuotaRequest, |
nothing calls this directly
no outgoing calls
no test coverage detected