Documentation ¶
Index ¶
- func Btoi(b []byte, offset int, size int) int64
- func Btoi16(b []byte, offset int) int16
- func Btoi32(b []byte, offset int) int32
- func Btoi64(b []byte, offset int) int64
- func Btoui16(b []byte, offset int) uint16
- func Btoui32(b []byte, offset int) uint32
- func CookieCheck(key []string) (missKey []string)
- func CookieGet() []byte
- func CookieSet(source []byte)
- func Dosign()
- func Feed_list() (Uplist []J.FollowingDataList)
- func GetHistory(Roomid_int int) (j J.GetHistory)
- func Get_cookie_by_msg()
- func Get_face_src(uid string) string
- func Get_weared_medal() (item J.GetWearedMedal_Data)
- func HeadChe(head []byte) header
- func HeadGen(datalenght, Opeation, Sequence int) []byte
- func Heartbeat() ([]byte, int)
- func HelloChe(r []byte) bool
- func HelloGen(roomid int, key string) []byte
- func IsConnected() bool
- func Itob16(v int16) []byte
- func Itob32(v int32) []byte
- func Itob64(v int64) []byte
- func KeepConnect()
- func ParseHost(rawURL string) string
- func ParseQuery(rawURL, key string) string
- func ResolveReferenceLast(rawURL, ref string) string
- func RoomEntryAction(roomId int)
- type FansMedalI
- type GetFunc
- func (c *GetFunc) CheckSwitch_FansMedal() (missKey []string)
- func (c *GetFunc) Get(key string)
- func (t *GetFunc) GetNav() (J.Nav, error)
- func (c *GetFunc) GetUid() (missKey []string)
- func (c *GetFunc) Get_HotRank() (missKey []string)deprecated
- func (t *GetFunc) Get_LIVE_BUVID() (missKey []string)
- func (t *GetFunc) Get_cookie() (missKey []string)
- func (t *GetFunc) Get_guardNum() (missKey []string)
- func (c *GetFunc) Get_other_cookie()
- func (t *GetFunc) Html() (missKey []string)
- func (t *GetFunc) Info(UpUid int) (J.Info, error)
- func (c *GetFunc) SearchUP(s string) (list []searchresult)
- func (t *GetFunc) Silver_2_coin() (missKey []string)
- type Gift_list_type
- type Gift_list_type_Data
- type Gift_list_type_Data_List
- type UpItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Feed_list ¶ added in v0.5.8
func Feed_list() (Uplist []J.FollowingDataList)
func GetHistory ¶ added in v0.5.9
func GetHistory(Roomid_int int) (j J.GetHistory)
func Get_face_src ¶
func Get_weared_medal ¶ added in v0.5.8
func Get_weared_medal() (item J.GetWearedMedal_Data)
获取当前佩戴的牌子
func IsConnected ¶ added in v0.5.9
func IsConnected() bool
func KeepConnect ¶ added in v0.5.9
func KeepConnect()
func ParseHost ¶ added in v0.10.11
just faster, use in right way
eg. ParseHost(`http://1.com/2`) => `1.com`
func ParseQuery ¶ added in v0.10.11
just faster, use in right way
eg. ParseQuery(`http://1.com/2?workspace=1`, "workspace=") => `1`
func ResolveReferenceLast ¶ added in v0.10.11
just faster, use in right way
eg. ResolveReferenceLast(`http://1.com/2`, `1`) => `http://1.com/1`
Types ¶
type FansMedalI ¶ added in v0.10.3
牌子字段
type GetFunc ¶ added in v0.5.10
func (*GetFunc) CheckSwitch_FansMedal ¶ added in v0.5.10
func (*GetFunc) Get_HotRank
deprecated
added in
v0.5.10
func (*GetFunc) Get_LIVE_BUVID ¶ added in v0.5.10
LIVE_BUVID
func (*GetFunc) Get_cookie ¶ added in v0.5.10
扫码登录
func (*GetFunc) Get_guardNum ¶ added in v0.5.10
func (*GetFunc) Silver_2_coin ¶ added in v0.5.10
银瓜子2硬币
type Gift_list_type ¶ added in v0.5.8
type Gift_list_type struct { Code int `json:"code"` Message string `json:"message"` Data Gift_list_type_Data `json:"data"` }
礼物列表
type Gift_list_type_Data ¶ added in v0.5.8
type Gift_list_type_Data struct {
List []Gift_list_type_Data_List `json:"list"`
}
type Gift_list_type_Data_List ¶ added in v0.5.8
type Gift_list_type_Data_List struct { Bag_id int `json:"bag_id"` Gift_id int `json:"gift_id"` Gift_name string `json:"gift_name"` Gift_num int `json:"gift_num"` Expire_at int `json:"expire_at"` }
func Gift_list ¶ added in v0.5.8
func Gift_list() (list []Gift_list_type_Data_List)
Click to show internal directories.
Click to hide internal directories.