(hash string)
| 11 | All() ([]*Link, error) |
| 12 | FindByUserID(id uint) ([]*Link, error) |
| 13 | GetByHash(hash string) (*Link, error) |
| 14 | GetPermanent(path string, id uint) (*Link, error) |
| 15 | Gets(path string, id uint) ([]*Link, error) |
| 16 | Save(s *Link) error |
no outgoing calls