api

package
v0.2103.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL