Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundProbe ¶ added in v0.4.0
type BackgroundProbe struct {
// contains filtered or unexported fields
}
BackgroundProbe is used to do some DHCP request on a interface controlled by zinit
func NewBackgroundProbe ¶ added in v0.4.0
func NewBackgroundProbe(inf string) (*BackgroundProbe, error)
NewBackgroundProbe return a new background Probe that can be controlled with zinit
func (*BackgroundProbe) IsRunning ¶ added in v0.4.0
func (d *BackgroundProbe) IsRunning() (bool, error)
IsRunning checks if a background process is running in zinit
func (*BackgroundProbe) Start ¶ added in v0.4.0
func (d *BackgroundProbe) Start() error
Start runs the DHCP client process and registers it to zinit
func (*BackgroundProbe) Stop ¶ added in v0.4.0
func (d *BackgroundProbe) Stop() error
Stop stops a zinit background process
Click to show internal directories.
Click to hide internal directories.