live

package
v0.0.0-...-80d2d60 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JingleBell

type JingleBell struct {
	ConversionType   int    `json:"conversion_type"`
	Active           bool   `json:"active"`
	JingleBellStatus int    `json:"jingle_bell_status"`
	JingleBellId     string `json:"jingle_bell_id"`
	IOSAppID         int64  `json:"ios_app_id"`
	AndroidAppID     int64  `json:"android_app_id"`
}

type ListJingleBellRequest

type ListJingleBellRequest struct {
	AdvertiserID uint64 `json:"advertiser_id"`
	CurrentPage  int    `json:"current_page"`
	PageSize     int    `json:"page_size"`
	LiveUserID   int64  `json:"live_user_id"`
}

func (ListJingleBellRequest) Encode

func (r ListJingleBellRequest) Encode() []byte

Encode implement PostRequest interface

func (ListJingleBellRequest) Url

func (r ListJingleBellRequest) Url() string

Url implement PostRequest interface

type ListJingleBellResponse

type ListJingleBellResponse struct {
	TotalCount     int          `json:"total_count"`
	JingleBellList []JingleBell `json:"jingle_bell_list"`
}

type ListLiveUserRequest

type ListLiveUserRequest struct {
	AdvertiserID     uint64 `json:"advertiser_id"`
	CurrentPage      int    `json:"current_page"`
	PageSize         int    `json:"page_size"`
	AuditStatusList  []int  `json:"audit_status_list"`
	LiveUserTypeList []int  `json:"live_user_type_list"`
	LiveUserIds      []int  `json:"live_user_ids"`
}

func (ListLiveUserRequest) Encode

func (r ListLiveUserRequest) Encode() []byte

Encode implement PostRequest interface

func (ListLiveUserRequest) Url

func (r ListLiveUserRequest) Url() string

Url implement PostRequest interface

type ListLiveUserResponse

type ListLiveUserResponse struct {
	TotalCount   int        `json:"total_count"`
	LiveUserList []LiveUser `json:"live_user_list"`
}

type LiveUser

type LiveUser struct {
	LiveUserType int   `json:"live_user_type"`
	Living       bool  `json:"living"`
	AccountId    int64 `json:"account_id"`
	AuditStatus  int   `json:"audit_status"`
	LiveUserId   int64 `json:"live_user_id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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