types

package
v0.0.0-...-bdd2a71 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by goctl. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommentActionReq

type CommentActionReq struct {
	TokenReq
	VideoId     int64  `form:"video_id"`
	ActionType  int32  `form:"action_type"`
	CommentText string `form:"comment_text,optional"`
	CommentId   int64  `form:"comment_id,optional"`
}

type FavoriteActionReq

type FavoriteActionReq struct {
	TokenReq
	VideoId    int64 `form:"video_id"`
	ActionType int32 `form:"action_type"`
}

type FeedReq

type FeedReq struct {
	LatestTime int64 `form:"latest_time"`
	TokenReq
}

type PublishActionReq

type PublishActionReq struct {
	TokenReq
	Title string `form:"title"`
}

type TokenReq

type TokenReq struct {
	Token string `form:"token,optional"`
}

type UserIdReq

type UserIdReq struct {
	TokenReq
	UserId int64 `form:"user_id,optional"`
}

type VideoIdReq

type VideoIdReq struct {
	TokenReq
	VideoId int64 `form:"video_id"`
}

Jump to

Keyboard shortcuts

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