nodeattestor

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttestResult

type AttestResult struct {
	AgentID     string
	Selectors   []*common.Selector
	CanReattest bool
}

type NodeAttestor

type NodeAttestor interface {
	catalog.PluginInfo

	Attest(ctx context.Context, payload []byte, challengeFn func(ctx context.Context, challenge []byte) ([]byte, error)) (*AttestResult, error)
}

type Repository

type Repository struct {
	NodeAttestors map[string]NodeAttestor
}

func (*Repository) Clear

func (repo *Repository) Clear()

func (*Repository) GetNodeAttestorNamed

func (repo *Repository) GetNodeAttestorNamed(name string) (NodeAttestor, bool)

func (*Repository) SetNodeAttestor

func (repo *Repository) SetNodeAttestor(nodeAttestor NodeAttestor)

type V1

func (*V1) Attest

func (v1 *V1) Attest(ctx context.Context, payload []byte, challengeFn func(ctx context.Context, challenge []byte) ([]byte, error)) (*AttestResult, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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