Documentation ¶
Index ¶
- func BuiltIn() catalog.BuiltIn
- type AttestorConfig
- type AttestorPlugin
- func (p *AttestorPlugin) AidAttestation(stream nodeattestorv1.NodeAttestor_AidAttestationServer) error
- func (p *AttestorPlugin) Configure(_ context.Context, req *configv1.ConfigureRequest) (resp *configv1.ConfigureResponse, err error)
- func (p *AttestorPlugin) SetLogger(log hclog.Logger)
- func (p *AttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (resp *configv1.ValidateResponse, err error)
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.
func (*AttestorPlugin) Validate ¶ added in v1.11.0
func (p *AttestorPlugin) Validate(_ context.Context, req *configv1.ValidateRequest) (resp *configv1.ValidateResponse, err error)
Click to show internal directories.
Click to hide internal directories.