mirror of
https://github.com/4rkal/shortr.git
synced 2025-02-25 20:35:20 +02:00
8 lines
79 B
Go
8 lines
79 B
Go
![]() |
package models
|
||
|
|
||
|
type Link struct {
|
||
|
Id string
|
||
|
Url string
|
||
|
Clicks int
|
||
|
}
|