# Functions
DataSearch builds a custom query for TDR searches on the data element.
NewClient returns a new HSDP TDR API client.
String is a helper routine that allocates a new string value to store v and returns a pointer to it.
WithContext runs the request with the provided context.
# Constants
No description provided by the author
# Variables
Errors.
Errors.
Errors.
Errors.
Errors.
# Structs
A Client manages communication with HSDP IAM API.
Config contains the configuration of a client.
Contract describes a TDR Contract.
ContractsService provides operations on TDR contracts.
DataItem describes a TDR Data item.
DataItemsService provides operations on TDR data items.
DataType describes the system and code of a resource.
No description provided by the author
Device describes a TDR device.
ErrorResponse represents an IAM errors response containing a code and a human readable message.
GetContractOptions describes the fields on which you can search for contracts.
GetDataItemOptions describes the fields on which you can search for data items.
Meta contains versioning info about the resource.
RelatedPeripheral describes a TDR related peripheral.
RelatedUser describes a TDR related user.
Response is a HSDP IAM API response.
User describes a TDR user.
# Type aliases
KeyValue is backed by a string hash map.
OptionFunc is the function signature function for options.