niki/domain/gamification/service/gamification.go

9 lines
77 B
Go

package service
type Service struct {
repo Repo
}
type Repo interface {
}