Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSRunner ¶
type OSRunner interface {
ExecScript(req *models.OSRunnerRequest) (*models.OSRunnerResult, error)
}
type PgsRunner ¶
type PgsRunner interface {
ExecScript(req *models.PgsRunnerRequest) (*models.PgsRunnerResponse, error)
}
Click to show internal directories.
Click to hide internal directories.