shortr/models/link.go

8 lines
79 B
Go
Raw Permalink Normal View History

2024-09-11 17:58:42 +03:00
package models
type Link struct {
Id string
Url string
Clicks int
}