CasaOS/model/zima.go

7 lines
90 B
Go
Raw Normal View History

2021-09-26 02:35:02 +00:00
package model
type Path struct {
Name string `json:"name"`
Path string `json:"path"`
}