Files
onepanel/model/log_entry.go
rushtehrani d124e587c1 pod logging
2020-01-09 15:08:25 -08:00

6 lines
56 B
Go

package model
type LogEntry struct {
Content string
}