Module store
wasmcloud_
runtime
0.12.0
Module store
Module Items
Enums
Traits
Functions
Type Aliases
In wasmcloud_
runtime::
capability::
secrets
wasmcloud_runtime
::
capability
::
secrets
Module
store
Copy item path
Source
Enums
§
Secret
Value
A secret value can be either a string or a byte array, which lets you store binary data as a secret.
Secrets
Error
An error type that encapsulates the different errors that can occur fetching secrets
Traits
§
Host
Host
Secret
Host
Secret
With
Store
Host
With
Store
Functions
§
add_
to_
linker
Type Aliases
§
Secret
A secret is a resource that can only be borrowed. This allows you to pass around handles to secrets and not reveal the values until a component needs them. You need to use the reveal interface to get the value.