package routes import "git.phc.dm.unipi.it/phc/storage/database" type Router struct { Database database.Database }