Versions in this module Expand all Collapse all v0 v0.3.0 Nov 9, 2025 v0.2.0 Oct 24, 2025 Changes in this version + type Client struct + DeviceManagement devicemanagement.DeviceManagementServiceInterface + Devices devices.DevicesServiceInterface + func NewClient(keyID, issuerID string, privateKey any) (*Client, error) + func NewClientFromEnv() (*Client, error) + func NewClientFromFile(keyID, issuerID, privateKeyPath string) (*Client, error)