hugo-cms/models/sites.go

10 lines
135 B
Go
Raw Normal View History

package models
type Site struct {
2025-01-31 22:42:32 +00:00
ID int64
OwnerUserID int64
Name string
Title string
Theme string
}