pointer fixes for kcontext and settings
This commit is contained in:
@@ -2,8 +2,8 @@ package entity
|
||||
|
||||
type EngineOptions struct {
|
||||
Domain DomainInterface
|
||||
KContext KContext
|
||||
Settings Settings
|
||||
KContext *KContext
|
||||
Settings *Settings
|
||||
}
|
||||
|
||||
type EngineWrapperInterface interface {
|
||||
|
||||
Reference in New Issue
Block a user