radar

package
v0.0.0-...-8552df0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package scans userInfo

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Lat               string
	Lon               string
	Id                string //   cards[0]->card_group[i]->user->id
	Screen_name       string // cards[0]->card_group[i]->user->screen_name
	Profile_image_url string // cards[0]->card_group[i]->user->pro..
	Avatar_large      string // cards[0]->card_group[i]->user->ava...
	Verified          bool   // cards[0]->card_group[i]->user->v
	Desc1             string //    cards[0]->card_group[i]->desc1
	Desc2             string //  cards[0]->card_group[i]->desc2
}

func SearchUser

func SearchUser(latitude string, lontitude string, page string) ([]*User, error)

type UserInfo

type UserInfo struct {
	Id                 string
	Screen_name        string
	Province           string
	City               string
	Location           string
	Description        string
	Url                string
	Profile_image_url  string
	Gender             string
	Followers_count    int64
	Friends_count      int64
	Pagefriends_count  int64
	Statuses_count     int64
	Video_status_count int64
	Favourites_count   int64
	Created_at         string
	Verified           bool
	Avatar_large       string
	Avatar_hd          string
	Bi_followers_count int64
	Lang               string
}

func RequestUserInfo

func RequestUserInfo(uid string) (*UserInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL