Documentation ¶
Overview ¶
Package enkstest provides test helpers and provisioners.
Index ¶
Constants ¶
View Source
const ( Audience = "test-aud" Issuer = "test-iss" Name = "Test issuer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapResponse ¶
type BootstrapResponse struct { Signer crypto.Signer HealthAuthority *verificationmodel.HealthAuthority HealthAuthorityKey *verificationmodel.HealthAuthorityKey AuthorizedApp *authorizedappmodel.AuthorizedApp SignatureInfo *exportmodel.SignatureInfo ExportConfig *exportmodel.ExportConfig }
BootstrapResponse is the response from a successful bootstrap.
Click to show internal directories.
Click to hide internal directories.