tests
No long description provided.
Installation
dagger install github.com/sagikazarmark/daggerverse/ssh-keygen/tests@3b6bf301dfae69d4a0f1b9e5278d4efc4753106b
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)
}