rename settings to config
This commit is contained in:
@@ -3,7 +3,7 @@ package konstructor
|
||||
type Konstructor struct {
|
||||
Domain DomainInterface
|
||||
KContext *KContext
|
||||
Settings *Settings
|
||||
Config *Config
|
||||
EngineWrapper EngineWrapperInterface
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ func (k Konstructor) Init() {
|
||||
k.EngineWrapper.Init(EngineArgs{
|
||||
Domain: k.Domain,
|
||||
KContext: k.KContext,
|
||||
Settings: k.Settings,
|
||||
Config: k.Config,
|
||||
})
|
||||
k.EngineWrapper.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user