Ocean/ICCC/SystemMessages/ICCCNewLogEvent.go

16 lines
376 B
Go
Raw Permalink Normal View History

2015-07-11 18:02:59 +00:00
package SystemMessages
// The message to send logging events over ICCC.
type ICCCNewLogEvent struct {
Project string
UnixTimestampUTC int64
Sender string
Category string
Level string
Severity string
Impact string
MessageName string
MessageDescription string
Parameters []string
}