6 lines
90 B
Go
6 lines
90 B
Go
package model
|
|
|
|
type Path struct {
|
|
Name string `json:"name"`
|
|
Path string `json:"path"`
|
|
}
|