Documentation
¶
Index ¶
Constants ¶
View Source
const ValidChars = "bcdfghmnprstvz23456789"
Variables ¶
This section is empty.
Functions ¶
func IDfromShortURI ¶
func ShortURIfromID ¶
Types ¶
type Link ¶
type Link struct { ID int64 `json:"-"` URL string `json:"url"` CreatedBy string `json:"-"` CreatedAt time.Time `json:"created_at"` }
func (*Link) MarshalJSON ¶
func (*Link) UnmarshalJSON ¶
type PublicLink ¶
Click to show internal directories.
Click to hide internal directories.