Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenAKAKutt ¶
func GenAKAKutt(u *url.URL, expires ExpireTime) (newURL *url.URL)
func GetRandomString ¶
Types ¶
type ExpireTime ¶
type KuttRequest ¶
type KuttResp ¶
type KuttResp struct {
Address string `json:"address"`
Banned bool `json:"banned"`
CreatedAt time.Time `json:"created_at"`
ID string `json:"id"`
Link string `json:"link"`
Password bool `json:"password"`
Target string `json:"target"`
Description string `json:"description"`
UpdatedAt time.Time `json:"updated_at"`
VisitCount int `json:"visit_count"`
}
Click to show internal directories.
Click to hide internal directories.