mirror of
https://github.com/4rkal/shortr.git
synced 2025-01-28 18:46:28 +02:00
8 lines
79 B
Go
8 lines
79 B
Go
package models
|
|
|
|
type Link struct {
|
|
Id string
|
|
Url string
|
|
Clicks int
|
|
}
|