Crate wasmcloud_control_interface[][src]

Modules

broker

Structs

ActorAuctionAck
ActorAuctionRequest
ActorDescription
Claims
ClaimsList
Client
Host
HostInventory
HostList
Invocation

An immutable representation of an invocation within wasmcloud

InvocationResponse

The response to an invocation

LinkDefinition
LinkDefinitionList
ProviderAuctionAck
ProviderAuctionRequest
ProviderDescription
StartActorAck
StartActorCommand
StartProviderAck
StartProviderCommand
StopActorAck
StopActorCommand
StopProviderAck
StopProviderCommand
UpdateActorAck
UpdateActorCommand

Functions

deserialize

The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.

serialize

The standard function for serializing codec structs into a format that can be used for message exchange between actor and host. Use of any other function to serialize could result in breaking incompatibilities.