Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + type ClientService struct + Iface string + Name string + Namespace string + func NewService(iface string, namespace string, z *zinit.Client) ClientService + func (s ClientService) Create() error + func (s ClientService) Destroy() error + func (s ClientService) DestroyOlderService() error + func (s ClientService) IsUsingOlderClient() bool + func (s ClientService) Start() error + func (s ClientService) Stop() error + type ProbeOutput struct + BroadcastIP string + DNS string + IP string + Lease string + Router string + ServerID string + SourceAddress string + Subnet string + func Probe(ctx context.Context, inf string) (output ProbeOutput, err error) + func (p *ProbeOutput) IPNet() (*net.IPNet, error)