Add login
This commit is contained in:
7
service/service.go
Normal file
7
service/service.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package service
|
||||
|
||||
import "hamster-tycoon/storage/dao"
|
||||
|
||||
type serviceContext struct {
|
||||
db dao.Database
|
||||
}
|
||||
Reference in New Issue
Block a user