initial commit
This commit is contained in:
11
internal/core/env.go
Normal file
11
internal/core/env.go
Normal file
@ -0,0 +1,11 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
"git.loyso.art/frx/eway/internal/entity"
|
||||
"git.loyso.art/frx/eway/internal/storage"
|
||||
)
|
||||
|
||||
type Env struct {
|
||||
repository storage.Repository
|
||||
mapper entity.Mapper
|
||||
}
|
||||
Reference in New Issue
Block a user