| 19 | ) |
| 20 | |
| 21 | type LeakyDataStore struct { |
| 22 | dataStore DataStore |
| 23 | incrCount uint16 |
| 24 | bucket Bucket |
| 25 | config *LeakyBucketConfig |
| 26 | } |
| 27 | |
| 28 | var ( |
| 29 | _ DataStore = &LeakyDataStore{} |
nothing calls this directly
no outgoing calls
no test coverage detected