response

package
v3.0.0-...-471bf3a Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseLivingCreate

type ResponseLivingCreate struct {
	response.ResponseWork

	LivingID int `json:"livingid"`
}

type ResponseLivingGetLivingCode

type ResponseLivingGetLivingCode struct {
	response.ResponseWork

	LivingCode int `json:"living_code"`
}

type ResponseLivingGetLivingInfo

type ResponseLivingGetLivingInfo struct {
	response.ResponseWork

	LivingInfo *power.HashMap `json:"living_info"`
}

type ResponseLivingGetLivingShareInfo

type ResponseLivingGetLivingShareInfo struct {
	response.ResponseWork

	LivingID              string `json:"livingid"`
	ViewerUserID          string `json:"viewer_userid"`
	ViewerExternalUserID  string `json:"viewer_external_userid"`
	InvitorUserid         string `json:"invitor_userid"`
	InvitorExternalUserID string `json:"invitor_external_userid"`
}

type ResponseLivingGetUserAllLivingID

type ResponseLivingGetUserAllLivingID struct {
	response.ResponseWork

	NextCursor   string   `json:"next_cursor"`
	LivingIDList []string `json:"livingid_list"`
}

type ResponseLivingGetWatchStat

type ResponseLivingGetWatchStat struct {
	response.ResponseWork

	NextKey  string         `json:"next_key"`
	StatInfo *power.HashMap `json:"stat_info"`
}

Jump to

Keyboard shortcuts

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