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

Struct asImplementation

pkg/component/grpc_test.go:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type asImplementation struct {
43 ttnpb.UnimplementedAppAsServer
44
45 *component.Component
46 up chan *ttnpb.ApplicationUp
47}
48
49func (as *asImplementation) Subscribe(id *ttnpb.ApplicationIdentifiers, stream ttnpb.AppAs_SubscribeServer) error {
50 if err := clusterauth.Authorized(stream.Context()); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected