Rainbond/api/model/event_log.go
2020-03-08 01:41:44 +08:00

8 lines
189 B
Go

package model
// HistoryLogFile represents a history log file for service
type HistoryLogFile struct {
Filename string `json:"filename"`
RelativePath string `json:"relative_path"`
}