Documentation
¶
Overview ¶
Package shortlink resolves slugs to targets, records click events asynchronously, and renders the password gate when a link is protected.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service handles redirect resolution and analytics.
func (*Service) Handle ¶
Handle serves a redirect (or the password gate) and records the click. An expired/over-limit link redirects to its ExpiredURL when set, else 404s.
Click to show internal directories.
Click to hide internal directories.