Files
OpenList/model/meta.go

9 lines
184 B
Go
Raw Normal View History

2021-10-26 22:28:37 +08:00
package model
type Meta struct {
Path string `json:"path" gorm:"primaryKey"`
Password string `json:"password"`
Hide bool `json:"hide"`
Ignore bool `json:"ignore"`
}