mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 18:58:02 +08:00
8 lines
189 B
Go
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"`
|
|
}
|