Documentation
¶
Index ¶
Constants ¶
View Source
const RestartExitCode = 99
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// A prototype of the process' command.
Cmd *execx.Cmd
Process *process.Process
// A pointer to provider info, which allows referencing provider
// info by the host consumers without holding reference to provider
// instance itself.
Info *Info
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.