2025-07-14 16:36:48 +02:00

8 lines
94 B
Go

package rendering
type Website struct {
Url string
Name string
ImageUrl string
}