entity

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 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 CompleteCreateVideoDetailResponseEntity

type CompleteCreateVideoDetailResponseEntity struct{}

type CompleteCreateVideoResult

type CompleteCreateVideoResult struct {
	Success       bool                                      `json:"success"`
	ResultCode    string                                    `json:"result_code"`
	VideoId       string                                    `json:"video_id"`
	ResultMessage string                                    `json:"result_message"`
	Type          string                                    `json:"type"`
	Code          string                                    `json:"code"`
	Message       string                                    `json:"message"`
	RequestId     string                                    `json:"request_id"`
	Detail        []CompleteCreateVideoDetailResponseEntity `json:"detail"`
}

func (CompleteCreateVideoResult) String

func (g CompleteCreateVideoResult) String() string

type GetVideoDetailResponseEntity

type GetVideoDetailResponseEntity struct{}

type GetVideoQuotaDetailResponseEntity

type GetVideoQuotaDetailResponseEntity struct{}

type GetVideoQuotaResult

type GetVideoQuotaResult struct {
	CapacitySize  int                                 `json:"capacity_size"`
	UsedSize      int                                 `json:"used_size"`
	Success       bool                                `json:"success"`
	ResultCode    string                              `json:"result_code"`
	ResultMessage string                              `json:"result_message"`
	Type          string                              `json:"type"`
	Code          string                              `json:"code"`
	Message       string                              `json:"message"`
	RequestId     string                              `json:"request_id"`
	Detail        []GetVideoQuotaDetailResponseEntity `json:"detail"`
}

func (GetVideoQuotaResult) String

func (g GetVideoQuotaResult) String() string

type GetVideoResult

type GetVideoResult struct {
	CoverUrl      string                         `json:"cover_url"`
	VideoUrl      string                         `json:"video_url"`
	Success       bool                           `json:"success"`
	ResultCode    string                         `json:"result_code"`
	State         string                         `json:"state"`
	Title         string                         `json:"title"`
	ResultMessage string                         `json:"result_message"`
	Type          string                         `json:"type"`
	Code          string                         `json:"code"`
	Message       string                         `json:"message"`
	RequestId     string                         `json:"request_id"`
	Detail        []GetVideoDetailResponseEntity `json:"detail"`
}

func (GetVideoResult) String

func (g GetVideoResult) String() string

type InitCreateVideoDetailResponseEntity

type InitCreateVideoDetailResponseEntity struct{}

type InitCreateVideoResult

type InitCreateVideoResult struct {
	UploadId      string                                `json:"upload_id"`
	Success       bool                                  `json:"success"`
	ResultCode    string                                `json:"result_code"`
	ResultMessage string                                `json:"result_message"`
	Type          string                                `json:"type"`
	Code          string                                `json:"code"`
	Message       string                                `json:"message"`
	RequestId     string                                `json:"request_id"`
	Detail        []InitCreateVideoDetailResponseEntity `json:"detail"`
}

func (InitCreateVideoResult) String

func (g InitCreateVideoResult) String() string

type RemoveVideoDetailResponseEntity

type RemoveVideoDetailResponseEntity struct{}

type RemoveVideoResult

type RemoveVideoResult struct {
	Success       bool                              `json:"success"`
	ResultCode    string                            `json:"result_code"`
	ResultMessage string                            `json:"result_message"`
	Type          string                            `json:"type"`
	Code          string                            `json:"code"`
	Message       string                            `json:"message"`
	RequestId     string                            `json:"request_id"`
	Detail        []RemoveVideoDetailResponseEntity `json:"detail"`
}

func (RemoveVideoResult) String

func (g RemoveVideoResult) String() string

type UploadVideoBlockDetailResponseEntity

type UploadVideoBlockDetailResponseEntity struct{}

type UploadVideoBlockResult

type UploadVideoBlockResult struct {
	Success       bool                                   `json:"success"`
	ResultCode    string                                 `json:"result_code"`
	ETag          string                                 `json:"e_tag"`
	ResultMessage string                                 `json:"result_message"`
	Type          string                                 `json:"type"`
	Code          string                                 `json:"code"`
	Message       string                                 `json:"message"`
	RequestId     string                                 `json:"request_id"`
	Detail        []UploadVideoBlockDetailResponseEntity `json:"detail"`
}

func (UploadVideoBlockResult) String

func (g UploadVideoBlockResult) String() string

Jump to

Keyboard shortcuts

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