Skip to main content

Crate mock_omaha_server_fuchsia

Crate mock_omaha_server_fuchsia 

Source

Modules§

tests

Macros§

declare_tests

Structs§

FuchsiaExecutor
An Executor implementation that spawns detached tasks on fuchsia_async.
FuchsiaListener
OmahaServer
OmahaServerBuilder
Builder for OmahaServer.
PrivateKeyAndId
PrivateKeys
ResponseAndMetadata
TokioExecutor
An Executor implementation that spawns futures on the tokio runtime.

Enums§

OmahaResponse
OmahaServerBuilderError
Error type for OmahaServerBuilder
UpdateCheckAssertion

Traits§

Executor
Trait for spawning background futures in an executor/runtime-agnostic way.
Listener
An abstract async listener for incoming network connections.
OmahaServerExt

Functions§

handle_omaha_request
handle_request
handle_set_responses
make_default_private_keys_for_test

Type Aliases§

PrivateKey
ResponseMap