Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2026 Changes in this version + const EndpointDeviceGroupsCSV + const EndpointDeviceGroupsJSON + type DeviceGroup struct + Devices []string + ID string + Name string + type DeviceGroupsResponse []DeviceGroup + type DeviceGroupsServiceInterface interface + ListDeviceGroups func(ctx context.Context) (*DeviceGroupsResponse, *interfaces.Response, error) + ListDeviceGroupsCSV func(ctx context.Context) ([]byte, *interfaces.Response, error) + type Service struct + func NewService(client interfaces.HTTPClient) *Service + func (s *Service) ListDeviceGroups(ctx context.Context) (*DeviceGroupsResponse, *interfaces.Response, error) + func (s *Service) ListDeviceGroupsCSV(ctx context.Context) ([]byte, *interfaces.Response, error)