5 lines
102 B
Go
5 lines
102 B
Go
package api
|
|
|
|
// LogEntries represents a log event from the app
|
|
type LogEntries map[string]interface{}
|