diff --git a/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html b/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html index d5338dbfd1..13aef129a8 100644 --- a/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html +++ b/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/http_service/fn.serve.html @@ -1,5 +1,5 @@ serve in oak_containers_hello_world_untrusted_app::http_service - Rust
pub async fn serve(
     listener: TcpListener,
-    launcher_args: Args,
+    launcher_args: Args,
 ) -> Result<(), Error>
Expand description

Start a demo HTTP server that will conform to the demo HTTP protocol

\ No newline at end of file diff --git a/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/service/fn.create.html b/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/service/fn.create.html index 347233f6eb..abe4ce3bdb 100644 --- a/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/service/fn.create.html +++ b/rustdoc/doc/doc/oak_containers_hello_world_untrusted_app/service/fn.create.html @@ -1 +1 @@ -create in oak_containers_hello_world_untrusted_app::service - Rust
pub async fn create(listener: TcpListener, launcher_args: Args) -> Result<()>
\ No newline at end of file +create in oak_containers_hello_world_untrusted_app::service - Rust
pub async fn create(listener: TcpListener, launcher_args: Args) -> Result<()>
\ No newline at end of file diff --git a/rustdoc/doc/doc/oak_functions_containers_launcher/struct.UntrustedApp.html b/rustdoc/doc/doc/oak_functions_containers_launcher/struct.UntrustedApp.html index 7628cbffc5..3e6a70929b 100644 --- a/rustdoc/doc/doc/oak_functions_containers_launcher/struct.UntrustedApp.html +++ b/rustdoc/doc/doc/oak_functions_containers_launcher/struct.UntrustedApp.html @@ -1,7 +1,7 @@ UntrustedApp in oak_functions_containers_launcher - Rust
pub struct UntrustedApp {
     pub oak_functions_client: OakFunctionsClient<Channel>,
-    pub launcher: Launcher,
-}

Fields§

§oak_functions_client: OakFunctionsClient<Channel>§launcher: Launcher

Implementations§

source§

impl UntrustedApp

source

pub async fn create(launcher_args: Args) -> Result<Self>

source

pub async fn initialize_enclave( + pub launcher: Launcher, +}

Fields§

§oak_functions_client: OakFunctionsClient<Channel>§launcher: Launcher

Implementations§

source§

impl UntrustedApp

source

pub async fn create(launcher_args: Args) -> Result<Self>

source

pub async fn initialize_enclave( &mut self, initialize_request: InitializeRequest, ) -> Result<InitializeResponse, Box<dyn Error>>

source

pub async fn kill(&mut self)

source

pub async fn setup_lookup_data(