Files
hamster-tycoon/service/service.go
2020-01-05 23:20:38 +01:00

8 lines
102 B
Go

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