remove unused EngineInterface
This commit is contained in:
@@ -6,16 +6,16 @@ import (
|
||||
|
||||
type Konstructor struct {
|
||||
Domain entity.DomainInterface
|
||||
Settings entity.Settings
|
||||
KContext *entity.KContext
|
||||
Settings entity.Settings
|
||||
EngineWrapper entity.EngineWrapperInterface
|
||||
}
|
||||
|
||||
func (k Konstructor) Init() {
|
||||
k.Domain.Init()
|
||||
k.EngineWrapper.Init(entity.EngineOptions{
|
||||
KContext: *k.KContext,
|
||||
Domain: k.Domain,
|
||||
KContext: *k.KContext,
|
||||
Settings: k.Settings,
|
||||
})
|
||||
k.EngineWrapper.Run()
|
||||
|
||||
Reference in New Issue
Block a user