CasaOS/model/zima.go
2021-09-26 10:35:02 +08:00

7 lines
90 B
Go

package model
type Path struct {
Name string `json:"name"`
Path string `json:"path"`
}