tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/ssh-keygen/tests@cfe1c84866a8dca2bfc4dd7d9c7a11bb563321a0
Types
Tests 🔗
all() 🔗
All executes all tests.
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
All(ctx)
}
ed25519() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Ed25519(ctx)
}
rsa() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Rsa(ctx)
}
ecdsa() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
Ecdsa(ctx)
}