shortr/models/link.go
2024-09-11 17:58:42 +03:00

8 lines
79 B
Go

package models
type Link struct {
Id string
Url string
Clicks int
}