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 ChatReq

type ChatReq struct {
	TokenReq
	ToUserId   int64 `form:"to_user_id"`
	PreMsgTime int64 `form:"pre_msg_time"`
}

type FavoriteActionReq

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

type LoginReq

type LoginReq struct {
	Username string `form:"username"`
	Password string `form:"password"`
}

type MessageAction

type MessageAction struct {
	TokenReq
	ToUserId   int64  `form:"to_user_id"`
	ActionType int32  `form:"action_type"`
	Content    string `form:"content"`
}

type RelationActionReq

type RelationActionReq struct {
	TokenReq
	ToUserId   int64 `form:"to_user_id"`
	ActionType int32 `form:"action_type"`
}

type TokenReq

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

type UserIdReq

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

Jump to

Keyboard shortcuts

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