Add notes for next development step
Go Test / test (push) Successful in 4m26s Details

This commit is contained in:
Fred Boniface 2024-10-15 19:39:11 +01:00
parent f15aa27fdd
commit 9f86dd9e69
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@ package pis
// Downloads the release tarball, extracts then applies to database
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
}