# Functions

NewAgent creates a new license agent that retrieves a license from the given url once every given period.
WithInitialPollingPeriod sets the initial polling period for the license agent.
WithPollingPeriod sets the regular polling period for the license agent.
WithTicker sets the ticker in Agent.

# Constants

DefaultInitialPollingPeriod is the period at which the license agent will poll for a license until it retrieves one.
DefaultPollingPeriod is the period at which the license agent will poll for license updates by default.
PollingTimeout is the timeout for retrieving a license from upstream.

# Structs

Agent handles retrieving a Kong license and providing it to other KIC subsystems.
KonnectLicense is a license retrieved from Konnect.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author