Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ serveGRPC
Method
serveGRPC
pkg/component/grpc.go:78–80 ·
view source on GitHub ↗
(lis net.Listener)
Source
from the content-addressed store, hash-verified
76
}
77
78
func
(c *Component) serveGRPC(lis net.Listener) error {
79
return
c.GRPC.Serve(lis)
80
}
81
82
func
(c *Component) grpcEndpoints() []Endpoint {
83
return
[]Endpoint{
Callers
nothing calls this directly
Implementers
1
Component
pkg/component/component.go
Calls
1
Serve
Method · 0.80
Tested by
no test coverage detected