Documentation
¶
Index ¶
Constants ¶
View Source
const ProviderName = "debug"
ProviderName is the name of this provider used for error wrapping and identification.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugProvider ¶
type DebugProvider struct {
// contains filtered or unexported fields
}
DebugProvider provides debugging capabilities for inspecting data during workflow execution.
func NewDebugProvider ¶
func NewDebugProvider() *DebugProvider
NewDebugProvider creates a new debug provider instance.
func (*DebugProvider) Descriptor ¶
func (p *DebugProvider) Descriptor() *provider.Descriptor
Descriptor returns the provider descriptor.
Click to show internal directories.
Click to hide internal directories.