7 lines
96 B
Go
7 lines
96 B
Go
package models
|
|
|
|
type ThemeMeta struct {
|
|
Name string `json:"name"`
|
|
URL string `json:"repo"`
|
|
}
|