| 1 | export interface ServerDockerInfo { |
| 2 | nodeId: string |
| 3 | type: 'manager' | 'worker' |
| 4 | isLeader: boolean |
| 5 | hostname: string |
| 6 | architecture: string |
| 7 | operatingSystem: string |
| 8 | nanoCpu: number |
| 9 | memoryBytes: number |
| 10 | dockerEngineVersion: string |
| 11 | ip: string |
| 12 | state: string |
| 13 | status: string |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected