| 19 | package server |
| 20 | |
| 21 | type ServerModeInfo struct { |
| 22 | ServerWorkspaceid string |
| 23 | ServerToken string |
| 24 | ServerUsername string |
| 25 | ServerUserGUID string |
| 26 | ServerHost string |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected