mirror of
https://github.com/datarhei/core.git
synced 2025-10-10 02:10:17 +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{}
|