Documentation ¶
Overview ¶
Provides interfaces and adapters for the NodeAttestor service
Generated code. Do not modify by hand.
Index ¶
- Constants
- Variables
- func PluginServer(server NodeAttestorServer) catalog.PluginServer
- type AttestRequest
- type AttestResponse
- type NodeAttestor
- type NodeAttestorClient
- type NodeAttestorServer
- type NodeAttestor_AttestClient
- type NodeAttestor_AttestServer
- type Plugin
- type UnimplementedNodeAttestorServer
Constants ¶
View Source
const (
Type = "NodeAttestor"
)
Variables ¶
View Source
var PluginClient catalog.PluginClient = pluginClient{}
PluginClient is a catalog PluginClient implementation for the NodeAttestor plugin.
Functions ¶
func PluginServer ¶
func PluginServer(server NodeAttestorServer) catalog.PluginServer
PluginServer returns a catalog PluginServer implementation for the NodeAttestor plugin.
Types ¶
type AttestRequest ¶
type AttestRequest = nodeattestor.AttestRequest //nolint: golint
type AttestResponse ¶
type AttestResponse = nodeattestor.AttestResponse //nolint: golint
type NodeAttestor ¶
type NodeAttestor interface {
Attest(context.Context) (NodeAttestor_AttestClient, error)
}
NodeAttestor is the client interface for the service type NodeAttestor interface.
func AdaptPluginClient ¶
func AdaptPluginClient(client NodeAttestorClient) NodeAttestor
type NodeAttestorClient ¶
type NodeAttestorClient = nodeattestor.NodeAttestorClient //nolint: golint
type NodeAttestorServer ¶
type NodeAttestorServer = nodeattestor.NodeAttestorServer //nolint: golint
type NodeAttestor_AttestClient ¶
type NodeAttestor_AttestClient = nodeattestor.NodeAttestor_AttestClient //nolint: golint
type NodeAttestor_AttestServer ¶
type NodeAttestor_AttestServer = nodeattestor.NodeAttestor_AttestServer //nolint: golint
type Plugin ¶
type Plugin interface { Attest(context.Context) (NodeAttestor_AttestClient, error) Configure(context.Context, *spi.ConfigureRequest) (*spi.ConfigureResponse, error) GetPluginInfo(context.Context, *spi.GetPluginInfoRequest) (*spi.GetPluginInfoResponse, error) }
Plugin is the client interface for the service with the plugin related methods used by the catalog to initialize the plugin.
type UnimplementedNodeAttestorServer ¶
type UnimplementedNodeAttestorServer = nodeattestor.UnimplementedNodeAttestorServer //nolint: golint
Click to show internal directories.
Click to hide internal directories.