Noop is an AGPL seat tracker that does nothing.
| 34 | |
| 35 | // Noop is an AGPL seat tracker that does nothing. |
| 36 | type Noop struct{} |
| 37 | |
| 38 | func (Noop) RecordUsage(context.Context, uuid.UUID, Reason) {} |
nothing calls this directly
no outgoing calls
no test coverage detected