Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) GetUrls ¶
func (s *Store) GetUrls() store.UrlRepository
type UrlRepository ¶
type UrlRepository struct {
// contains filtered or unexported fields
}
func (UrlRepository) FindByShort ¶
func (r UrlRepository) FindByShort(shortUrl string) (string, error)
Click to show internal directories.
Click to hide internal directories.