Add notes for next development step
All checks were successful
Go Test / test (push) Successful in 4m26s
All checks were successful
Go Test / test (push) Successful in 4m26s
This commit is contained in:
parent
f15aa27fdd
commit
9f86dd9e69
@ -2,6 +2,10 @@ package pis
|
|||||||
|
|
||||||
// Downloads the release tarball, extracts then applies to database
|
// Downloads the release tarball, extracts then applies to database
|
||||||
func runUpdate(tarballUrl string) error {
|
func runUpdate(tarballUrl string) error {
|
||||||
|
// Download and extract tarball
|
||||||
|
// load PIS yaml files
|
||||||
|
// Run code deduplication
|
||||||
|
// Replace database collection with new data
|
||||||
|
// Ensure indeces are present
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user