Crate updatehub_sdk

source ·
Expand description

The updatehub-sdk crate is used to communicate with UpdateHub Agent.

When running an agent instance, the API provides some methods for communicating with UpdateHub:

Modules§

  • Contains all the structures of the request and response from the agent.
  • Used to communicate with UpdateHub and listen to appropriate callbacks when the state changes.

Structs§

  • The Client allow for requests to be sent.

Enums§

  • UpdateHub SDK error type.

Type Aliases§

  • Type alias of Result where the Err is a updatehub_sdk::Error.