initial
This commit is contained in:
parent
781d525d72
commit
8c38107ff2
5 changed files with 86 additions and 0 deletions
11
internal/merch/service.go
Normal file
11
internal/merch/service.go
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package merch
|
||||
|
||||
type service struct {
|
||||
repo Repository
|
||||
}
|
||||
|
||||
func newService(repo Repository) *service {
|
||||
return &service{
|
||||
repo: repo,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue