Documentation
¶
Overview ¶
Package executions will manage all executions requirements
Package executions will manage all executions requirements
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateResultExecution ¶
UpdateResultExecution permit update specific execution result
Types ¶
type DBRead ¶
type DBRead struct {
Execution_id int `json:"execution_id"`
Project_id int `json:"project_id"`
Branch string `json:"branch"`
Execution_status string `json:"execution_status"`
Uniq_id string `json:"uniq_id"`
Spec string `json:"spec"`
Result string `json:"result"`
Date time.Time `json:"date"`
Execution_error_output string `json:"execution_error_output"`
Pod_name string `json:"pod_name"`
Pod_cleaned bool `json:"pod_cleaned"`
Project_name string `json:"project_name"`
}
DBRead struct permit to map data from db
func GetExecutionIDForUnitTesting ¶
GetExecutionIDForUnitTesting will fetch data from db
Click to show internal directories.
Click to hide internal directories.