| 322 | } |
| 323 | |
| 324 | type mockConfig struct { |
| 325 | addr string |
| 326 | } |
| 327 | |
| 328 | func (m *mockConfig) GetAddr() string { return m.addr } |
| 329 | func (m *mockConfig) GetUser() string { return "user" } |
nothing calls this directly
no outgoing calls
no test coverage detected