Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

GatekeeperConfig

siemensikkema edited this page Sep 3, 2021 · 1 revision

GatekeeperConfig

public struct GatekeeperConfig 

Initializers

init(maxRequests:per:)

public init(maxRequests limit: Int, per interval: Interval) 

Properties

limit

public let limit: Int

interval

public let interval: Interval