Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryRateLimiter ¶
type RegistryRateLimiter struct {
// contains filtered or unexported fields
}
func NewRegistryRateLimiter ¶
func NewRegistryRateLimiter() *RegistryRateLimiter
func (*RegistryRateLimiter) Acquire ¶
func (r *RegistryRateLimiter) Acquire(ctx context.Context, registry string) error
func (*RegistryRateLimiter) Release ¶
func (r *RegistryRateLimiter) Release(registry string)
Click to show internal directories.
Click to hide internal directories.