core/http/api/log.go
2022-05-13 19:26:45 +02:00

5 lines
98 B
Go

package api
// LogEvent represents a log event from the app
type LogEvent map[string]interface{}