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

Struct server

pkg/gatewayserver/io/mock/server.go:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type server struct {
37 *component.Component
38 store *frequencyplans.Store
39 identityStore *mockis.MockDefinition
40 connections map[string]*io.Connection
41 connectionsCh chan *io.Connection
42 downlinkClaims sync.Map
43}
44
45// Server represents a testing io.Server.
46type Server interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected