mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-30 00:19:57 +00:00
TUN-4961: Update quic-go to latest
- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
This commit is contained in:
6
vendor/github.com/nxadm/tail/ratelimiter/storage.go
generated
vendored
Normal file
6
vendor/github.com/nxadm/tail/ratelimiter/storage.go
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
package ratelimiter
|
||||
|
||||
type Storage interface {
|
||||
GetBucketFor(string) (*LeakyBucket, error)
|
||||
SetBucketFor(string, LeakyBucket) error
|
||||
}
|
Reference in New Issue
Block a user