make App exported

This commit is contained in:
Sam Lewis
2022-11-04 21:10:14 -04:00
parent 055aa04aee
commit 2575525528
8 changed files with 42 additions and 33 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ func (b elBuilder3) Build() EntityListener {
}
/* Functions */
func callEntityListeners(app *app, msgBytes []byte) {
func callEntityListeners(app *App, msgBytes []byte) {
msg := stateChangedMsg{}
json.Unmarshal(msgBytes, &msg)
data := msg.Event.Data