timetable-mgr/pis/update.go

8 lines
138 B
Go
Raw Normal View History

2024-05-02 15:35:00 +01:00
package pis
// Downloads the release tarball, extracts then applies to database
func runUpdate(tarballUrl string) error {
return nil
}