UpdateFunctionWithURL updates the configuration for a function. Update a function by providing url from which fun-pkg can be downloaded. supported url: http/file eg: File: file:/dir/fileName.jar Http: http://www.repo.com/fileName.jar
(functionConfig *utils.FunctionConfig, pkgURL string, updateOptions *utils.UpdateOptions)
| 242 | // File: file:/dir/fileName.jar |
| 243 | // Http: http://www.repo.com/fileName.jar |
| 244 | UpdateFunctionWithURL(functionConfig *utils.FunctionConfig, pkgURL string, updateOptions *utils.UpdateOptions) error |
| 245 | |
| 246 | // UpdateFunctionWithURLWithContext updates the configuration for a function. |
| 247 | // |
nothing calls this directly
no outgoing calls
no test coverage detected