entity

package
v0.2.38 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 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 CancelVideoUploadResult

type CancelVideoUploadResult struct {
	commonentity.Result
	Error   string `json:"error"`
	Warning string `json:"warning"`
}

CancelVideoUploadResult

func (CancelVideoUploadResult) String

func (g CancelVideoUploadResult) String() string

String

type CompleteVideoUploadResult

type CompleteVideoUploadResult struct {
	commonentity.Result
	Error   string `json:"error"`
	Warning string `json:"warning"`
}

CompleteVideoUploadResult

func (CompleteVideoUploadResult) String

func (g CompleteVideoUploadResult) String() string

String

type GetVideoUploadResult

type GetVideoUploadResult struct {
	commonentity.Result
	Error    string                       `json:"error"`
	Warning  string                       `json:"warning"`
	Response GetVideoUploadResultResponse `json:"response"`
}

GetVideoUploadResult

func (GetVideoUploadResult) String

func (g GetVideoUploadResult) String() string

String

type GetVideoUploadResultResponse

type GetVideoUploadResultResponse struct {
	Status    string          `json:"status"`
	VideoInfo VideoInfoEntity `json:"video_info"`
	Message   string          `json:"message"`
}

GetVideoUploadResultResponse

func (GetVideoUploadResultResponse) String

String

type InitVideoUploadResult

type InitVideoUploadResult struct {
	commonentity.Result
	Error    string                        `json:"error"`
	Response InitVideoUploadResultResponse `json:"response"`
}

InitVideoUploadResult

func (InitVideoUploadResult) String

func (g InitVideoUploadResult) String() string

String

type InitVideoUploadResultResponse

type InitVideoUploadResultResponse struct {
	VideoUploadID string `json:"video_upload_id"`
}

InitVideoUploadResultResponse

func (InitVideoUploadResultResponse) String

String

type ReportDataEntity

type ReportDataEntity struct {
	UploadCost int `json:"upload_cost"`
}

ReportDataEntity

func (ReportDataEntity) String

func (g ReportDataEntity) String() string

String

type ThumbnailUrlEntity

type ThumbnailUrlEntity struct {
	ImageUrlRegion string `json:"image_url_region"`
	ImageUrl       string `json:"image_url"`
}

ThumbnailUrlEntity

func (ThumbnailUrlEntity) String

func (g ThumbnailUrlEntity) String() string

String

type UploadImageResult

type UploadImageResult struct {
	commonentity.Result
	Error   string `json:"error"`
	Warning string `json:"warning"`
}

UploadImageResult

func (UploadImageResult) String

func (g UploadImageResult) String() string

String

type UploadVideoPartResult

type UploadVideoPartResult struct {
	commonentity.Result
	Error   string `json:"error"`
	Warning string `json:"warning"`
}

UploadVideoPartResult

func (UploadVideoPartResult) String

func (g UploadVideoPartResult) String() string

String

type VideoInfoEntity

type VideoInfoEntity struct {
	VideoUrlList     []VideoUrlEntity     `json:"video_url_list"`
	ThumbnailUrlList []ThumbnailUrlEntity `json:"thumbnail_url_list"`
	Duration         int                  `json:"duration"`
}

VideoInfoEntity

func (VideoInfoEntity) String

func (g VideoInfoEntity) String() string

String

type VideoUrlEntity

type VideoUrlEntity struct {
	VideoUrlRegion string `json:"video_url_region"`
	VideoUrl       string `json:"video_url"`
}

VideoUrlEntity

func (VideoUrlEntity) String

func (g VideoUrlEntity) String() string

String

Jump to

Keyboard shortcuts

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