Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CapeTest ¶
func CapeTest(testReq TestRequest, endpoint string, insecure bool) (*entities.RunResults, error)
Types ¶
type ErrorMsg ¶
type ErrorMsg struct {
Error string `json:"error"`
}
TODO -- cmd package also defines this
type Protocol ¶
type Protocol interface {
WriteStart(request entities.StartRequest) error
ReadAttestationDoc() ([]byte, error)
ReadRunResults() (*entities.RunResults, error)
WriteBinary([]byte) error
}
type TestRequest ¶
Click to show internal directories.
Click to hide internal directories.