Documentation ¶
Index ¶
Constants ¶
View Source
const ( // P256KeyType EC P-256 key type P256KeyType = "P256" // Ed25519KeyType ed25519 key type Ed25519KeyType = "Ed25519" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Steps ¶
type Steps struct {
// contains filtered or unexported fields
}
Steps is steps for VC BDD tests
func NewSteps ¶
func NewSteps(ctx *context.BDDContext) *Steps
NewSteps returns new agent from client SDK
func (*Steps) RegisterSteps ¶
RegisterSteps registers agent steps
Click to show internal directories.
Click to hide internal directories.