Documentation
¶
Index ¶
- type LinkService
- func (service *LinkService) Create(ctx context.Context, link domain.Link) error
- func (service *LinkService) Delete(ctx context.Context, short string) error
- func (service *LinkService) GetAll(ctx context.Context) ([]domain.Link, error)
- func (service *LinkService) GetOriginalURL(ctx context.Context, shortLinkKey string) (*string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkService ¶
type LinkService struct {
// contains filtered or unexported fields
}
func NewLinkService ¶
func NewLinkService(p ports.LinkPort, c ports.Cache) *LinkService
func (*LinkService) Delete ¶
func (service *LinkService) Delete(ctx context.Context, short string) error
func (*LinkService) GetOriginalURL ¶
Click to show internal directories.
Click to hide internal directories.