package
0.0.0-20240619143857-b7534ee1675d
Repository: https://github.com/definednet/dnapi.git
Documentation: pkg.go.dev

# Constants

DNClient API message types.
DNClient API message types.
DNClient API message types.
EndpointV1 is the version 1 DNClient API endpoint.
EnrollEndpoint is the REST enrollment endpoint.
DNClient API message types.

# Structs

APIError represents a single error returned in an API error response.
CheckForUpdateResponse is the response generated for a CheckForUpdate request.
CheckForUpdateResponseWrapper contains a response to CheckForUpdate inside "data.".
No description provided by the author
CommandResponseRequest is the request message associated with a CommandResponse call.
DNClientCommandResponseResponse is the response message associated with a CommandResponse call.
CommandResponseResponseWrapper contains a response to CommandResponse inside "data.".
DoUpdateRequest is the request sent for a DoUpdate request.
DoUpdateResponse is the response generated for a DoUpdate request.
EnrollRequest is issued to the EnrollEndpoint.
EnrollResponse represents a response from the enrollment endpoint.
EnrollResponseData is included in the EnrollResponse.
EnrollResponseDataOrg is included in EnrollResponseData.
LongPollWaitRequest is the request message associated with a LongPollWait call.
LongPollWaitResponse is the response message associated with a LongPollWait call.
LongPollWaitResponseWrapper contains a response to LongPollWait inside "data.".
RequestV1 is the version 1 DNClient request message.
RequestWrapper wraps a DNClient request message.
SignedResponse contains a response message and a signature to validate.
SignedResponseWrapper contains a response message and a signature to validate inside "data.".

# Type aliases

No description provided by the author