Always errors out on non-Linux platforms.
()
| 55 | |
| 56 | // Always errors out on non-Linux platforms. |
| 57 | func NewRootlessKitClient() (client.Client, error) { |
| 58 | return nil, fmt.Errorf("cannot instantiate RootlessKit client on non-Linux hosts") |
| 59 | } |
| 60 | |
| 61 | // Always errors out on non-Linux platforms. |
| 62 | func ParentMain(hostGatewayIP string) error { |
no outgoing calls
no test coverage detected
searching dependent graphs…