make an interface for State object

This commit is contained in:
Sam Lewis
2023-10-22 18:16:20 -04:00
parent 824d6c12d1
commit 1932f1edf7
8 changed files with 30 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ type EventListener struct {
disabledEntities []internal.EnabledDisabledInfo
}
type EventListenerCallback func(*Service, *State, EventData)
type EventListenerCallback func(*Service, State, EventData)
type EventData struct {
Type string