Documentation
¶
Index ¶
- func ApplyWorkflow(parameters map[string]string, c *httpd.RequestClient) (failed bool, data2 httpd.ApplyReturn, err error)
- func CreateScheme(filepath, name string, c *httpd.RequestClient) (returndata map[string]string, failed bool, err error)
- func DeleteWorkflows(project, workflow string, c *httpd.RequestClient) (failed bool, err error)
- func FinishS3Upload(key string, c *httpd.RequestClient) (failed bool, err error)
- func GetDownload(key string, c *httpd.RequestClient) (url string, err error)
- func GetResults(name string, c *httpd.RequestClient) (resp []httpd.ArtifactResponse, err error)
- func GetS3Upload(key string, c *httpd.RequestClient) (url string, err error)
- func GetScheme(name string, c *httpd.RequestClient) (scheme httpd.SchemeInfo, failed bool, err error)
- func GetSchemes(c *httpd.RequestClient) (tempNames []string, failed bool, err error)
- func GetStatus(project, workflow string, c *httpd.RequestClient) (wfstatus []httpd.WFStatus, failed bool, err error)
- func InitS3(filename string, multi bool, c *httpd.RequestClient) (passkey string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyWorkflow ¶
func ApplyWorkflow(parameters map[string]string, c *httpd.RequestClient) (failed bool, data2 httpd.ApplyReturn, err error)
func CreateScheme ¶
func DeleteWorkflows ¶
func DeleteWorkflows(project, workflow string, c *httpd.RequestClient) (failed bool, err error)
func FinishS3Upload ¶
func FinishS3Upload(key string, c *httpd.RequestClient) (failed bool, err error)
func GetDownload ¶
func GetDownload(key string, c *httpd.RequestClient) (url string, err error)
func GetResults ¶
func GetResults(name string, c *httpd.RequestClient) (resp []httpd.ArtifactResponse, err error)
func GetS3Upload ¶
func GetS3Upload(key string, c *httpd.RequestClient) (url string, err error)
func GetScheme ¶
func GetScheme(name string, c *httpd.RequestClient) (scheme httpd.SchemeInfo, failed bool, err error)
func GetSchemes ¶
func GetSchemes(c *httpd.RequestClient) (tempNames []string, failed bool, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.