Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyJobTemplate ¶
func CopyJobTemplate(jt drmaa2interface.JobTemplate) (drmaa2interface.JobTemplate, error)
func GetNextValue ¶
GetNextValue returns the next value of the given number encoded as a slice of ints where each int represents a position in a number. The number is incremented by one and the result is returned. In case of an overflow an error is returned. maxNumber defines the max. value of each position in the number, a decimal number with 3 digits is encoded as []int{9, 9, 9}.
func ReplaceInField ¶
func ReplaceInField(jt drmaa2interface.JobTemplate, fieldName, pattern, replacement string) (drmaa2interface.JobTemplate, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.