crasa-transport/webtest/types.go

9 lines
166 B
Go

package main
type logMessage struct {
Process string `json:"process"`
Stream string `json:"stream"`
Line string `json:"line"`
Time string `json:"time"`
}