feedservice

package
v0.0.0-...-dfc68d5 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2023 License: MIT Imports: 9 Imported by: 2

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 *feed.FeedRequest
View Source
var FeedResult_Success_DEFAULT *feed.FeedResponse

Functions

func NewInvoker

func NewInvoker(handler feed.FeedService, opts ...server.Option) server.Invoker

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

func NewServer

func NewServer(handler feed.FeedService, 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 *feed.FeedRequest, callOptions ...callopt.Option) (r *feed.FeedResponse, 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 *feed.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() *feed.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 *feed.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() *feed.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

Jump to

Keyboard shortcuts

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