mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-03 20:20:14 +00:00
7 lines
90 B
Go
7 lines
90 B
Go
package conf
|
|
|
|
type Panel struct {
|
|
Name string `json:"name"`
|
|
Path string `json:"path"`
|
|
}
|