Files
Ratte/conf/panel.go
2024-09-12 06:04:32 +09:00

7 lines
90 B
Go

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