Add type for slice of links
This commit is contained in:
parent
d42a9ea53e
commit
4c78b655ce
1 changed files with 2 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ type Link struct {
|
||||||
RedirectURL url.URL
|
RedirectURL url.URL
|
||||||
CreationTime time.Time
|
CreationTime time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Links = []*Link
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue