Dagger
Search

examples

No long description provided.

Installation

dagger install github.com/sagikazarmark/daggerverse/php/examples/go@842c3c0986f4587d54f0687083d53dac0cb6e305

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)
}