| 34 | ) |
| 35 | |
| 36 | type 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. |
| 46 | type Server interface { |
nothing calls this directly
no outgoing calls
no test coverage detected