Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DIDOwner ¶
type DIDOwner struct { DID string PublicKeyID string PrivateKey ed25519.PrivateKey }
DIDOwner defines parameters of a DID owner.
type Steps ¶
type Steps struct {
// contains filtered or unexported fields
}
Steps defines context for Gatekeeper scenario steps.
func (*Steps) RegisterSteps ¶
func (s *Steps) RegisterSteps(sc *godog.ScenarioContext)
RegisterSteps registers Gatekeeper scenario steps.
Click to show internal directories.
Click to hide internal directories.