timetable-mgr/dbAccess/contants.go
Fred Boniface e8e715aa37
All checks were successful
Go Test / test (push) Successful in 1m52s
PIS module ready for testing
2024-10-23 11:42:47 +01:00

9 lines
262 B
Go

package dbAccess
const DatabaseName string = "owlboard"
const CorpusCollection string = "corpus"
const StationsCollection string = "stations"
const MetaCollection string = "meta"
const TimetableCollection string = "timetable"
const PisCollection string = "pis"