mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Worked on event system, needs a little more work
This commit is contained in:
8
pkg/events/events.go
Normal file
8
pkg/events/events.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package events
|
||||
|
||||
// Events can be passed to external systems via for example AMPQ
|
||||
// Treat these events as basically DTOs so changes has to be backward compatible
|
||||
|
||||
type AccountCreated struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user