Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + type Client struct + func New() (*Client, error) + func (c *Client) Close() error + func (c *Client) ConfigureDevice(ctx context.Context, name string, cfg wgtypes.Config) error + func (c *Client) Device(ctx context.Context, name string) (*wgtypes.Device, error) + func (c *Client) Devices(ctx context.Context) ([]*wgtypes.Device, error)