Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestResult ¶
type NodeAttestor ¶
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)
Click to show internal directories.
Click to hide internal directories.