Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateLinkRequest ¶
type CreateLinkRequest struct {
Data resources.CreateShortLink
}
func NewCreateLinkRequest ¶
func NewCreateLinkRequest(r *http.Request) (CreateLinkRequest, error)
type GetDataRequest ¶
type GetDataRequest struct {
Link string `url:"-"`
}
func NewGetDataRequest ¶
func NewGetDataRequest(r *http.Request) (GetDataRequest, error)
Click to show internal directories.
Click to hide internal directories.