mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-16 16:12:04 -06:00
chore: reformat, normalize imports
This commit is contained in:
@@ -17,8 +17,6 @@ type FireEventRequest struct {
|
||||
EventData map[string]any `json:"event_data,omitempty"`
|
||||
}
|
||||
|
||||
/* Public API */
|
||||
|
||||
// Fire an event. Takes an event type and an optional map that is sent
|
||||
// as `event_data`.
|
||||
func (e Event) Fire(eventType string, eventData ...map[string]any) error {
|
||||
|
||||
Reference in New Issue
Block a user