core/http/api/log.go
2025-10-06 17:36:23 +02:00

5 lines
102 B
Go

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