Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AttestorConfig ¶
type AttestorPlugin ¶
type AttestorPlugin struct { nodeattestorv1.UnsafeNodeAttestorServer configv1.UnsafeConfigServer // contains filtered or unexported fields }
func New ¶
func New() *AttestorPlugin
func (*AttestorPlugin) AidAttestation ¶
func (p *AttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
func (*AttestorPlugin) Configure ¶
func (p *AttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (resp *configv1.ConfigureResponse, err error)
func (*AttestorPlugin) SetLogger ¶ added in v1.9.0
func (p *AttestorPlugin) SetLogger(log hclog.Logger)
SetLogger sets a logger in the plugin.
Click to show internal directories.
Click to hide internal directories.