dto

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetVideoFeedRequest

type GetVideoFeedRequest struct {
	UserId     int64
	LatestTime int64
	Num        int64
}

type GetVideoFeedResponse

type GetVideoFeedResponse struct {
	Videos []*model.Video
}

type GetVideoListRequest

type GetVideoListRequest struct {
	UserId            int64
	LatestTime        int64
	PaginationRequest *infra_dto.PaginationRequest
}

type GetVideoListResponse

type GetVideoListResponse struct {
	Videos             []*model.Video
	PaginationResponse *infra_dto.PaginationResponse
}

Jump to

Keyboard shortcuts

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