MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / RateLimiter

Method RateLimiter

pkg/component/rate_limit.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17import "go.thethings.network/lorawan-stack/v3/pkg/ratelimit"
18
19func (c *Component) RateLimiter() ratelimit.Interface {
20 return c.limiter
21}

Callers 2

initGRPCMethod · 0.95
initWebMethod · 0.95

Implementers 1

Componentpkg/component/component.go

Calls

no outgoing calls

Tested by

no test coverage detected