Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrVerificationFailed = errors.New("keytrans verification failed")
Functions ¶
This section is empty.
Types ¶
type Checkpoint ¶
type VerificationReport ¶
type VerificationReport struct {
Domain string
Accepted bool
ProductionReady bool
UpstreamPath string
}
func VerifyCheckpoint ¶
func VerifyCheckpoint(checkpoint Checkpoint) (VerificationReport, error)
Click to show internal directories.
Click to hide internal directories.