Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
import
"go.thethings.network/lorawan-stack/v3/pkg/ratelimit"
18
19
func
(c *Component) RateLimiter() ratelimit.Interface {
20
return
c.limiter
21
}
Callers
2
initGRPC
Method · 0.95
initWeb
Method · 0.95
Implementers
1
Component
pkg/component/component.go
Calls
no outgoing calls
Tested by
no test coverage detected