package service import "hamster-tycoon/storage/dao" type serviceContext struct { db dao.Database }