Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type T ¶
type T struct {
restask.BaseTask
// From resapp.BaseT
RetCodes string `json:"retcodes"`
SecretsEnv []string `json:"secret_environment"`
ConfigsEnv []string `json:"configs_environment"`
Env []string `json:"environment"`
Timeout *time.Duration `json:"timeout"`
//StartTimeout *time.Duration `json:"start_timeout"`
StopTimeout *time.Duration `json:"stop_timeout"`
Umask *os.FileMode `json:"umask"`
ObjectID uuid.UUID `json:"objectID"`
// From resapp.T
Path naming.Path `json:"path"`
Nodes []string `json:"nodes"`
Cwd string `json:"cwd"`
User string `json:"user"`
Group string `json:"group"`
PG pg.Config `json:"pg"`
Limit ulimit.Config `json:"limit"`
StopCmd string
RunCmd string
}
T is the driver structure.
Click to show internal directories.
Click to hide internal directories.