package link import ( "net/url" "time" ) type Link struct { Id string Name string RedirectURL url.URL CreationTime time.Time }