Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) DeleteById(ctx context.Context, id string) error
- func (c *Client) FindById(ctx context.Context, id string) (*shortener.ModelShorten, error)
- func (c *Client) FindUrl(ctx context.Context, url string) (*shortener.ModelShorten, error)
- func (c *Client) IncrementCount(ctx context.Context, id string) (*shortener.ModelShorten, error)
- func (c *Client) StoreUrl(ctx context.Context, document interface{}) error
Constants ¶
View Source
const CollShortUrls = "short_urls"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.