Dagger
Search

examples

No long description provided.

Installation

dagger install github.com/sagikazarmark/daggerverse/php/examples/go@7fc77a4f8dd54d4d4c56e40517f7109e8585bcdd

Entrypoint

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

Types

Examples 🔗

all() 🔗

All executes all examples.

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

phpComposer() 🔗

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

phpExtension() 🔗

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