Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextWithSignerOpts ¶
ContextWithSignerOpts returns a new context with options for a request signer.
Types ¶
type RequestSigner ¶
type RequestSigner struct { Headers []string PublicKeyID string PrivateKey ed25519.PrivateKey }
RequestSigner is a signer in HTTP Signatures auth method.
type SignerOpts ¶
type SignerOpts struct { PublicKeyID string PrivateKey ed25519.PrivateKey }
SignerOpts represents signer options.
type Steps ¶
type Steps struct { HTTPClient *http.Client VDR vdrapi.Registry // contains filtered or unexported fields }
Steps defines context for common scenario steps.
func (*Steps) HealthCheck ¶
HealthCheck checks if service on host:port is up and running.
func (*Steps) RegisterSteps ¶
func (s *Steps) RegisterSteps(sc *godog.ScenarioContext)
RegisterSteps registers common scenario steps.
Click to show internal directories.
Click to hide internal directories.