mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-19 03:44:34 +08:00
Updated method references
This commit is contained in:
@@ -693,12 +693,12 @@ func (c *Client) TerminateWorkflowExecution(namespace, name string) (err error)
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) GetArtifact(namespace, name, key string) (data []byte, err error) {
|
func (c *Client) GetArtifact(namespace, name, key string) (data []byte, err error) {
|
||||||
config, err := c.getNamespaceConfig(namespace)
|
config, err := c.GetNamespaceConfig(namespace)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
s3Client, err := c.getS3Client(namespace, config)
|
s3Client, err := c.GetS3Client(namespace, config)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user