hugo-cms/models/sites.go

8 lines
75 B
Go
Raw Normal View History

package models
type Site struct {
ID int64
Name string
URL string
}