Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/purpleclay/daggerverse/helm-oci/tests@f92a5ab5b0b3c2963d382c9be7a78995816a3343

Entrypoint

Return Type
Tests
Example
func (m *myModule) example() *Tests  {
	return dag.
			Tests()
}

Types

Tests 🔗

allTests() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			AllTests(ctx)
}

dotEnv() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			DotEnv(ctx)
}

dotEnvGitLab() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Tests().
			DotEnvGitLab(ctx)
}