8 lines
138 B
Go
8 lines
138 B
Go
|
package pis
|
||
|
|
||
|
// Downloads the release tarball, extracts then applies to database
|
||
|
func runUpdate(tarballUrl string) error {
|
||
|
|
||
|
return nil
|
||
|
}
|