(context.Context, UsageRecord)
| 1100 | // UsagePlugin receives usage records after request completion. |
| 1101 | type UsagePlugin interface { |
| 1102 | HandleUsage(context.Context, UsageRecord) |
| 1103 | } |
| 1104 | |
| 1105 | // CommandLinePlugin declares and handles plugin-owned command-line flags. |
no outgoing calls