MCPcopy 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
78func (c *Component) serveGRPC(lis net.Listener) error {
79 return c.GRPC.Serve(lis)
80}
81
82func (c *Component) grpcEndpoints() []Endpoint {
83 return []Endpoint{

Callers

nothing calls this directly

Implementers 1

Componentpkg/component/component.go

Calls 1

ServeMethod · 0.80

Tested by

no test coverage detected