package routes import ( "git.phc.dm.unipi.it/phc/storage/database" "git.phc.dm.unipi.it/phc/storage/monitor" ) type Router struct { Database database.Database Monitor *monitor.Service }