request

package
v2.0.40 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestLivingCreate

type RequestLivingCreate struct {
	AnchorUserID         string         `json:"anchor_userid"`
	Theme                string         `json:"theme"`
	LivingStart          int64          `json:"living_start"`
	LivingDuration       int64          `json:"living_duration"`
	Description          string         `json:"description"`
	Type                 int            `json:"type"`
	AgentID              int            `json:"agentid"`
	RemindTime           int            `json:"remind_time"`
	ActivityCoverMediaID string         `json:"activity_cover_mediaid"`
	ActivityShareMediaID string         `json:"activity_share_mediaid"`
	ActivityDetail       *power.HashMap `json:"activity_detail"`
}

type RequestLivingModify

type RequestLivingModify struct {
	LivingID       string `json:"livingid"`
	Theme          string `json:"theme"`
	LivingStart    int    `json:"living_start"`
	LivingDuration int    `json:"living_duration"`
	Description    string `json:"description"`
	Type           int    `json:"type"`
	RemindTime     int    `json:"remind_time"`
}

Jump to

Keyboard shortcuts

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