Add existing codebase
This commit is contained in:
commit
c23a68347b
16 changed files with 807 additions and 0 deletions
13
link/entity.go
Normal file
13
link/entity.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package link
|
||||
|
||||
import (
|
||||
"net/url"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Link struct {
|
||||
Id string
|
||||
Name string
|
||||
RedirectURL url.URL
|
||||
CreationTime time.Time
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue