package
Version:
v0.2201.0
Opens a new window with list of versions in this module.
Published: Apr 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package api defines the EnclaveRPC interface.
type Frame struct {
Session []byte `json:"session,omitempty"`
UntrustedPlaintext string `json:"untrusted_plaintext,omitempty"`
Payload []byte `json:"payload,omitempty"`
}
Frame is an EnclaveRPC frame.
It is the Go analog of the Rust RPC frame defined in client/src/rpc/types.rs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.