1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-14 16:49:29 +00:00
ceph-csi/vendor/github.com/hpcloud/tail/ratelimiter/storage.go

7 lines
133 B
Go
Raw Normal View History

package ratelimiter
type Storage interface {
GetBucketFor(string) (*LeakyBucket, error)
SetBucketFor(string, LeakyBucket) error
}