mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 20:50:10 +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"`
|
|
}
|