timetable-mgr/pis/update.go
Fred Boniface 90e8fd5649
All checks were successful
Go Test / test (push) Successful in 2m3s
Begin PIS implementation
2024-05-02 15:35:00 +01:00

8 lines
138 B
Go

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