Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linktree ¶
type Linktree struct {
// contains filtered or unexported fields
}
func NewLinktree ¶
func NewLinktree() *Linktree
func (*Linktree) GetLinktreeUserInfo ¶
func (lt *Linktree) GetLinktreeUserInfo(url, username string) (*LinktreeUser, map[string]interface{}, error)
type LinktreeUser ¶
type LinktreeUser struct { Username string `json:"username"` URL string `json:"url"` AvatarImage string `json:"avatar_image"` ID int `json:"id"` Tier string `json:"tier"` IsActive bool `json:"is_active"` Description string `json:"description"` CreatedAt int64 `json:"created_at"` UpdatedAt int64 `json:"updated_at"` Links []Link `json:"links"` }
Click to show internal directories.
Click to hide internal directories.