Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestResult ¶ added in v1.0.0
type NodeAttestor ¶
type Repository ¶ added in v1.0.0
type Repository struct {
NodeAttestors map[string]NodeAttestor
}
func (*Repository) Clear ¶ added in v1.0.0
func (repo *Repository) Clear()
func (*Repository) GetNodeAttestorNamed ¶ added in v1.0.0
func (repo *Repository) GetNodeAttestorNamed(name string) (NodeAttestor, bool)
func (*Repository) SetNodeAttestor ¶ added in v1.0.0
func (repo *Repository) SetNodeAttestor(nodeAttestor NodeAttestor)
Click to show internal directories.
Click to hide internal directories.