Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateShortenedUrl ¶
type CreateShortenedUrl struct {
// contains filtered or unexported fields
}
func NewCreateShortenedUrl ¶
func NewCreateShortenedUrl(urlRepo gateway.UrlRepository) *CreateShortenedUrl
type GetShortenedUrl ¶
type GetShortenedUrl struct {
// contains filtered or unexported fields
}
func NewGetShortenedUrl ¶
func NewGetShortenedUrl(cacheStorage gateway.CacheStorage, urlRepository gateway.UrlRepository) *GetShortenedUrl
Click to show internal directories.
Click to hide internal directories.