NoopUsageTracker always allows everything. Used when billing is disabled.
| 57 | |
| 58 | // NoopUsageTracker always allows everything. Used when billing is disabled. |
| 59 | type NoopUsageTracker struct{} |
| 60 | |
| 61 | func NewNoopUsageTracker() *NoopUsageTracker { |
| 62 | return &NoopUsageTracker{} |
nothing calls this directly
no outgoing calls
no test coverage detected