Documentation
¶
Index ¶
Constants ¶
View Source
const ProviderName = "exec"
ProviderName is the name of the exec provider.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecProvider ¶
type ExecProvider struct {
// contains filtered or unexported fields
}
ExecProvider provides shell command execution operations.
func NewExecProvider ¶
func NewExecProvider() *ExecProvider
NewExecProvider creates a new exec provider instance.
func (*ExecProvider) Descriptor ¶
func (p *ExecProvider) Descriptor() *provider.Descriptor
Descriptor returns the provider's descriptor.
Click to show internal directories.
Click to hide internal directories.