(ipProtocol boship.IPProtocol)
| 763 | } |
| 764 | |
| 765 | func (p WindowsPlatform) GetDefaultNetwork(ipProtocol boship.IPProtocol) (boshsettings.Network, error) { |
| 766 | return p.defaultNetworkResolver.GetDefaultNetwork(ipProtocol) |
| 767 | } |
| 768 | |
| 769 | func (p WindowsPlatform) GetHostPublicKey() (string, error) { |
| 770 | if err := sshEnabled(); err != nil { |
nothing calls this directly
no test coverage detected