| 103 | } |
| 104 | |
| 105 | type mockGatewayClient struct { |
| 106 | mockGatewayClientData |
| 107 | ttnpb.GatewayRegistryClient |
| 108 | ttnpb.GatewayAccessClient |
| 109 | } |
| 110 | |
| 111 | func (m *mockGatewayClient) reset() { |
| 112 | m.mockGatewayClientData = mockGatewayClientData{} |
nothing calls this directly
no outgoing calls
no test coverage detected