pointer fixes for kcontext and settings

This commit is contained in:
2023-07-05 22:05:48 +02:00
parent 5425e0036b
commit 5e4f63aecc
7 changed files with 33 additions and 33 deletions

View File

@@ -2,8 +2,8 @@ package entity
type EngineOptions struct {
Domain DomainInterface
KContext KContext
Settings Settings
KContext *KContext
Settings *Settings
}
type EngineWrapperInterface interface {