mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-08-04 01:47:47 +00:00
7 lines
90 B
Go
7 lines
90 B
Go
package model
|
|
|
|
type Path struct {
|
|
Name string `json:"name"`
|
|
Path string `json:"path"`
|
|
}
|