videoservice

package
v0.0.0-...-966fd63 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 License: MIT 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 *video.FeedRequest
View Source
var FeedResult_Success_DEFAULT *video.FeedResponse
View Source
var PublishActionArgs_Req_DEFAULT *video.PublishActionRequest
View Source
var PublishActionResult_Success_DEFAULT *video.PublishActionResponse
View Source
var PublishListArgs_Req_DEFAULT *video.PublishListRequest
View Source
var PublishListResult_Success_DEFAULT *video.PublishListResponse

Functions

func NewInvoker

func NewInvoker(handler video.VideoService, opts ...server.Option) server.Invoker

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

func NewServer

func NewServer(handler video.VideoService, 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

type Client interface {
	Feed(ctx context.Context, Req *video.FeedRequest, callOptions ...callopt.Option) (r *video.FeedResponse, err error)
	PublishAction(ctx context.Context, Req *video.PublishActionRequest, callOptions ...callopt.Option) (r *video.PublishActionResponse, err error)
	PublishList(ctx context.Context, Req *video.PublishListRequest, callOptions ...callopt.Option) (r *video.PublishListResponse, err error)
}

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 *video.FeedRequest
}

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() *video.FeedRequest

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 *video.FeedResponse
}

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() *video.FeedResponse

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 PublishActionArgs

type PublishActionArgs struct {
	Req *video.PublishActionRequest
}

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 *video.PublishActionResponse
}

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 *video.PublishListRequest
}

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 *video.PublishListResponse
}

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 (p *PublishListResult) GetSuccess() *video.PublishListResponse

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