Versions in this module Expand all Collapse all v0 v0.2.0 Aug 21, 2026 v0.1.0 Aug 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)