Documentation ¶ Index ¶ func New(t *testing.T, config Config) nodeattestor.NodeAttestor type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(t *testing.T, config Config) nodeattestor.NodeAttestor Types ¶ type Config ¶ type Config struct { // Fail indicates whether or not fetching attestation data should fail. Fail bool // Responses is list of echo responses. The response to each challenge is // expected to match the challenge value. Responses []string } Source Files ¶ View all Source files nodeattestor.go Click to show internal directories. Click to hide internal directories.