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

Struct mockGatewayClient

pkg/basicstation/cups/server_test.go:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type mockGatewayClient struct {
106 mockGatewayClientData
107 ttnpb.GatewayRegistryClient
108 ttnpb.GatewayAccessClient
109}
110
111func (m *mockGatewayClient) reset() {
112 m.mockGatewayClientData = mockGatewayClientData{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected