mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 12:22:28 +08:00
5 lines
98 B
Go
5 lines
98 B
Go
package api
|
|
|
|
// LogEvent represents a log event from the app
|
|
type LogEvent map[string]interface{}
|