package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Constants
Disables DeviceService (HTTP) service for the registry.
Enables DeviceService (HTTP) service for the registry.
No HTTP state specified.
Disables a MQTT connection.
Enables a MQTT connection.
No MQTT state specified.
The format has not been specified.
An X.509v3 certificate ([RFC5280](https://www.ietf.org/rfc/rfc5280.txt)), encoded in base64, and wrapped by `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`.
Public key for the ECDSA algorithm using P-256 and SHA-256, encoded in base64, and wrapped by `-----BEGIN PUBLIC KEY-----` and `-----END PUBLIC KEY-----`.
As ES256_PEM, but wrapped in an X.509v3 certificate ([RFC5280]( https://www.ietf.org/rfc/rfc5280.txt)), encoded in base64, and wrapped by `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`.
An RSA public key encoded in base64, and wrapped by `-----BEGIN PUBLIC KEY-----` and `-----END PUBLIC KEY-----`.
As RSA_PEM, but wrapped in an X.509v3 certificate ([RFC5280]( https://www.ietf.org/rfc/rfc5280.txt)), encoded in base64, and wrapped by `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`.
The format has not been specified.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Request for `CreateDeviceRegistry`.
Request for `CreateDevice`.
Request for `DeleteDeviceRegistry`.
Request for `DeleteDevice`.
The device resource.
The device configuration.
A server-stored device credential used for authentication.
No description provided by the author
A container for a group of devices.
The device state, as reported by the device.
The configuration to forward telemetry events.
Request for `GetDeviceRegistry`.
Request for `GetDevice`.
The configuration of the HTTP bridge for a device registry.
Request for `ListDeviceConfigVersions`.
Response for `ListDeviceConfigVersions`.
Request for `ListDeviceRegistries`.
Response for `ListDeviceRegistries`.
Request for `ListDevices`.
Response for `ListDevices`.
Request for `ListDeviceStates`.
Response for `ListDeviceStates`.
Request for `ModifyCloudToDeviceConfig`.
The configuration of MQTT for a device registry.
A public key certificate format and data.
A public key format and data.
A server-stored registry credential used to validate device credentials.
No description provided by the author
The configuration for notification of new states received from the device.
Request for `UpdateDeviceRegistry`.
Request for `UpdateDevice`.
Details of an X.509 certificate.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
Indicates whether DeviceService (HTTP) is enabled or disabled for the registry.
Indicates whether an MQTT connection is enabled or disabled.
The supported formats for the public key.
The supported formats for the public key.