merge entity package to konstructor
This commit is contained in:
12
konstructor/entity.engine.go
Normal file
12
konstructor/entity.engine.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package konstructor
|
||||
|
||||
type EngineArgs struct {
|
||||
Domain DomainInterface
|
||||
KContext *KContext
|
||||
Settings *Settings
|
||||
}
|
||||
|
||||
type EngineWrapperInterface interface {
|
||||
Init(options EngineArgs)
|
||||
Run()
|
||||
}
|
||||
Reference in New Issue
Block a user