Add password protected links

This commit is contained in:
Andrey Chervyakov 2021-04-03 22:25:11 +06:00
parent 2baa74d520
commit a01f540a29
6 changed files with 67 additions and 28 deletions

View file

@ -9,6 +9,7 @@ type Link struct {
Id string
Name string
RedirectURL url.URL
Password string
CreationTime time.Time
}