package
Version:
v1.12.1
Opens a new window with list of versions in this module.
Published: Oct 5, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ipconfig provides an interface and implementations for running Windows ipconfig commands.
type Interface interface {
GetDnsSuffixSearchList() ([]string, error)
}
Interface is an injectable interface for running ipconfig commands. Implementations must be goroutine-safe.
New returns a new Interface which will exec ipconfig.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.