| 2 | |
| 3 | type Result map[string]string |
| 4 | type ISensor interface { |
| 5 | GetInfo() string |
| 6 | SetDomain(string) |
| 7 | SetAccount(string) |
| 8 | SetPassword(string) |
| 9 | SetType(string) |
| 10 | GetResult() Result |
| 11 | Login(bool) bool |
| 12 | } |
no outgoing calls
no test coverage detected