Documentation ¶
Overview ¶
Package api defines the key manager client API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // CallRemote calls the key manager via remote EnclaveRPC. CallRemote(ctx context.Context, data []byte) ([]byte, error) // Initialized returns a channel which is closed when the key manager client initialization has // completed and the client is ready to service requests. Initialized() <-chan struct{} }
Client is the key manager client interface.
Click to show internal directories.
Click to hide internal directories.