type golang.org/x/pkgsite/internal/config.QuotaSettings

5 uses

	golang.org/x/pkgsite/internal/config (current package)
		config.go#L172: 	Quota QuotaSettings
		config.go#L318: 	Quota           QuotaSettings
		config.go#L322: type QuotaSettings struct {
		config.go#L375: 		Quota: QuotaSettings{

	golang.org/x/pkgsite/internal/middleware
		quota.go#L71: func Quota(settings config.QuotaSettings, client *redis.Client) Middleware {