videosrv

package
v0.0.0-...-7de97a6 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Code generated by Kitex v0.4.4. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var FeedArgs_Req_DEFAULT *VideoServer.DouyinFeedRequest
View Source
var FeedResult_Success_DEFAULT *VideoServer.DouyinFeedResponse
View Source
var GetVideoListByVideoIdArgs_Req_DEFAULT *VideoServer.DouyinVideoListByVideoId
View Source
var GetVideoListByVideoIdResult_Success_DEFAULT *VideoServer.DouyinPublishListResponse
View Source
var PublishActionArgs_Req_DEFAULT *VideoServer.DouyinPublishActionRequest
View Source
var PublishActionResult_Success_DEFAULT *VideoServer.DouyinPublishActionResponse
View Source
var PublishListArgs_Req_DEFAULT *VideoServer.DouyinPublishListRequest
View Source
var PublishListResult_Success_DEFAULT *VideoServer.DouyinPublishListResponse

Functions

func NewInvoker

func NewInvoker(handler VideoServer.VideoSrv, opts ...server.Option) server.Invoker

NewInvoker creates a server.Invoker with the given handler and options.

func NewServer

func NewServer(handler VideoServer.VideoSrv, opts ...server.Option) server.Server

NewServer creates a server.Server with the given handler and options.

func NewServiceInfo

func NewServiceInfo() *kitex.ServiceInfo

Types

type Client

Client is designed to provide IDL-compatible methods with call-option parameter for kitex framework.

func MustNewClient

func MustNewClient(destService string, opts ...client.Option) Client

MustNewClient creates a client for the service defined in IDL. It panics if any error occurs.

func NewClient

func NewClient(destService string, opts ...client.Option) (Client, error)

NewClient creates a client for the service defined in IDL.

type FeedArgs

type FeedArgs struct {
	Req *VideoServer.DouyinFeedRequest
}

func (*FeedArgs) FastRead

func (p *FeedArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*FeedArgs) FastWrite

func (p *FeedArgs) FastWrite(buf []byte) (n int)

func (*FeedArgs) GetReq

func (p *FeedArgs) GetReq() *VideoServer.DouyinFeedRequest

func (*FeedArgs) IsSetReq

func (p *FeedArgs) IsSetReq() bool

func (*FeedArgs) Marshal

func (p *FeedArgs) Marshal(out []byte) ([]byte, error)

func (*FeedArgs) Size

func (p *FeedArgs) Size() (n int)

func (*FeedArgs) Unmarshal

func (p *FeedArgs) Unmarshal(in []byte) error

type FeedResult

type FeedResult struct {
	Success *VideoServer.DouyinFeedResponse
}

func (*FeedResult) FastRead

func (p *FeedResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*FeedResult) FastWrite

func (p *FeedResult) FastWrite(buf []byte) (n int)

func (*FeedResult) GetSuccess

func (p *FeedResult) GetSuccess() *VideoServer.DouyinFeedResponse

func (*FeedResult) IsSetSuccess

func (p *FeedResult) IsSetSuccess() bool

func (*FeedResult) Marshal

func (p *FeedResult) Marshal(out []byte) ([]byte, error)

func (*FeedResult) SetSuccess

func (p *FeedResult) SetSuccess(x interface{})

func (*FeedResult) Size

func (p *FeedResult) Size() (n int)

func (*FeedResult) Unmarshal

func (p *FeedResult) Unmarshal(in []byte) error

type GetVideoListByVideoIdArgs

type GetVideoListByVideoIdArgs struct {
	Req *VideoServer.DouyinVideoListByVideoId
}

func (*GetVideoListByVideoIdArgs) FastRead

func (p *GetVideoListByVideoIdArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetVideoListByVideoIdArgs) FastWrite

func (p *GetVideoListByVideoIdArgs) FastWrite(buf []byte) (n int)

func (*GetVideoListByVideoIdArgs) GetReq

func (*GetVideoListByVideoIdArgs) IsSetReq

func (p *GetVideoListByVideoIdArgs) IsSetReq() bool

func (*GetVideoListByVideoIdArgs) Marshal

func (p *GetVideoListByVideoIdArgs) Marshal(out []byte) ([]byte, error)

func (*GetVideoListByVideoIdArgs) Size

func (p *GetVideoListByVideoIdArgs) Size() (n int)

func (*GetVideoListByVideoIdArgs) Unmarshal

func (p *GetVideoListByVideoIdArgs) Unmarshal(in []byte) error

type GetVideoListByVideoIdResult

type GetVideoListByVideoIdResult struct {
	Success *VideoServer.DouyinPublishListResponse
}

func (*GetVideoListByVideoIdResult) FastRead

func (p *GetVideoListByVideoIdResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*GetVideoListByVideoIdResult) FastWrite

func (p *GetVideoListByVideoIdResult) FastWrite(buf []byte) (n int)

func (*GetVideoListByVideoIdResult) GetSuccess

func (*GetVideoListByVideoIdResult) IsSetSuccess

func (p *GetVideoListByVideoIdResult) IsSetSuccess() bool

func (*GetVideoListByVideoIdResult) Marshal

func (p *GetVideoListByVideoIdResult) Marshal(out []byte) ([]byte, error)

func (*GetVideoListByVideoIdResult) SetSuccess

func (p *GetVideoListByVideoIdResult) SetSuccess(x interface{})

func (*GetVideoListByVideoIdResult) Size

func (p *GetVideoListByVideoIdResult) Size() (n int)

func (*GetVideoListByVideoIdResult) Unmarshal

func (p *GetVideoListByVideoIdResult) Unmarshal(in []byte) error

type PublishActionArgs

type PublishActionArgs struct {
	Req *VideoServer.DouyinPublishActionRequest
}

func (*PublishActionArgs) FastRead

func (p *PublishActionArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*PublishActionArgs) FastWrite

func (p *PublishActionArgs) FastWrite(buf []byte) (n int)

func (*PublishActionArgs) GetReq

func (*PublishActionArgs) IsSetReq

func (p *PublishActionArgs) IsSetReq() bool

func (*PublishActionArgs) Marshal

func (p *PublishActionArgs) Marshal(out []byte) ([]byte, error)

func (*PublishActionArgs) Size

func (p *PublishActionArgs) Size() (n int)

func (*PublishActionArgs) Unmarshal

func (p *PublishActionArgs) Unmarshal(in []byte) error

type PublishActionResult

type PublishActionResult struct {
	Success *VideoServer.DouyinPublishActionResponse
}

func (*PublishActionResult) FastRead

func (p *PublishActionResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*PublishActionResult) FastWrite

func (p *PublishActionResult) FastWrite(buf []byte) (n int)

func (*PublishActionResult) GetSuccess

func (*PublishActionResult) IsSetSuccess

func (p *PublishActionResult) IsSetSuccess() bool

func (*PublishActionResult) Marshal

func (p *PublishActionResult) Marshal(out []byte) ([]byte, error)

func (*PublishActionResult) SetSuccess

func (p *PublishActionResult) SetSuccess(x interface{})

func (*PublishActionResult) Size

func (p *PublishActionResult) Size() (n int)

func (*PublishActionResult) Unmarshal

func (p *PublishActionResult) Unmarshal(in []byte) error

type PublishListArgs

type PublishListArgs struct {
	Req *VideoServer.DouyinPublishListRequest
}

func (*PublishListArgs) FastRead

func (p *PublishListArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*PublishListArgs) FastWrite

func (p *PublishListArgs) FastWrite(buf []byte) (n int)

func (*PublishListArgs) GetReq

func (*PublishListArgs) IsSetReq

func (p *PublishListArgs) IsSetReq() bool

func (*PublishListArgs) Marshal

func (p *PublishListArgs) Marshal(out []byte) ([]byte, error)

func (*PublishListArgs) Size

func (p *PublishListArgs) Size() (n int)

func (*PublishListArgs) Unmarshal

func (p *PublishListArgs) Unmarshal(in []byte) error

type PublishListResult

type PublishListResult struct {
	Success *VideoServer.DouyinPublishListResponse
}

func (*PublishListResult) FastRead

func (p *PublishListResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)

func (*PublishListResult) FastWrite

func (p *PublishListResult) FastWrite(buf []byte) (n int)

func (*PublishListResult) GetSuccess

func (*PublishListResult) IsSetSuccess

func (p *PublishListResult) IsSetSuccess() bool

func (*PublishListResult) Marshal

func (p *PublishListResult) Marshal(out []byte) ([]byte, error)

func (*PublishListResult) SetSuccess

func (p *PublishListResult) SetSuccess(x interface{})

func (*PublishListResult) Size

func (p *PublishListResult) Size() (n int)

func (*PublishListResult) Unmarshal

func (p *PublishListResult) Unmarshal(in []byte) error

Jump to

Keyboard shortcuts

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