Close releases any resources held by the counter implementation. After calling Close(), the counter instance should not be used again. Returns: - error: Any errors that occurred during shutdown
()
| 144 | // Returns: |
| 145 | // - error: Any errors that occurred during shutdown |
| 146 | Close() error |
| 147 | } |
| 148 | |
| 149 | // Middleware defines a function type that wraps a Counter with additional functionality. |
no outgoing calls