mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +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{}
|