commentservice

package
v0.0.0-...-48d44df Latest Latest
Warning

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

Go to latest
Published: Feb 21, 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 CommentListArgs_Req_DEFAULT *comment_rpc.RPCCommentListReq
View Source
var CommentListResult_Success_DEFAULT *comment_rpc.RPCCommentListResp
View Source
var CreateCommentArgs_Req_DEFAULT *comment_rpc.RPCCommentCreateReq
View Source
var CreateCommentResult_Success_DEFAULT *comment_rpc.RPCActionResp
View Source
var DelCommentArgs_Req_DEFAULT *comment_rpc.RPCCommentDelReq
View Source
var DelCommentResult_Success_DEFAULT *comment_rpc.RPCActionResp

Functions

func NewInvoker

func NewInvoker(handler comment_rpc.CommentService, opts ...server.Option) server.Invoker

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

func NewServer

func NewServer(handler comment_rpc.CommentService, 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 {
	CreateComment(ctx context.Context, Req *comment_rpc.RPCCommentCreateReq, callOptions ...callopt.Option) (r *comment_rpc.RPCActionResp, err error)
	DelComment(ctx context.Context, Req *comment_rpc.RPCCommentDelReq, callOptions ...callopt.Option) (r *comment_rpc.RPCActionResp, err error)
	CommentList(ctx context.Context, Req *comment_rpc.RPCCommentListReq, callOptions ...callopt.Option) (r *comment_rpc.RPCCommentListResp, 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 CommentListArgs

type CommentListArgs struct {
	Req *comment_rpc.RPCCommentListReq
}

func (*CommentListArgs) FastRead

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

func (*CommentListArgs) FastWrite

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

func (*CommentListArgs) GetReq

func (*CommentListArgs) IsSetReq

func (p *CommentListArgs) IsSetReq() bool

func (*CommentListArgs) Marshal

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

func (*CommentListArgs) Size

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

func (*CommentListArgs) Unmarshal

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

type CommentListResult

type CommentListResult struct {
	Success *comment_rpc.RPCCommentListResp
}

func (*CommentListResult) FastRead

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

func (*CommentListResult) FastWrite

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

func (*CommentListResult) GetSuccess

func (*CommentListResult) IsSetSuccess

func (p *CommentListResult) IsSetSuccess() bool

func (*CommentListResult) Marshal

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

func (*CommentListResult) SetSuccess

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

func (*CommentListResult) Size

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

func (*CommentListResult) Unmarshal

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

type CreateCommentArgs

type CreateCommentArgs struct {
	Req *comment_rpc.RPCCommentCreateReq
}

func (*CreateCommentArgs) FastRead

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

func (*CreateCommentArgs) FastWrite

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

func (*CreateCommentArgs) GetReq

func (*CreateCommentArgs) IsSetReq

func (p *CreateCommentArgs) IsSetReq() bool

func (*CreateCommentArgs) Marshal

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

func (*CreateCommentArgs) Size

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

func (*CreateCommentArgs) Unmarshal

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

type CreateCommentResult

type CreateCommentResult struct {
	Success *comment_rpc.RPCActionResp
}

func (*CreateCommentResult) FastRead

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

func (*CreateCommentResult) FastWrite

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

func (*CreateCommentResult) GetSuccess

func (*CreateCommentResult) IsSetSuccess

func (p *CreateCommentResult) IsSetSuccess() bool

func (*CreateCommentResult) Marshal

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

func (*CreateCommentResult) SetSuccess

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

func (*CreateCommentResult) Size

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

func (*CreateCommentResult) Unmarshal

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

type DelCommentArgs

type DelCommentArgs struct {
	Req *comment_rpc.RPCCommentDelReq
}

func (*DelCommentArgs) FastRead

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

func (*DelCommentArgs) FastWrite

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

func (*DelCommentArgs) GetReq

func (*DelCommentArgs) IsSetReq

func (p *DelCommentArgs) IsSetReq() bool

func (*DelCommentArgs) Marshal

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

func (*DelCommentArgs) Size

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

func (*DelCommentArgs) Unmarshal

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

type DelCommentResult

type DelCommentResult struct {
	Success *comment_rpc.RPCActionResp
}

func (*DelCommentResult) FastRead

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

func (*DelCommentResult) FastWrite

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

func (*DelCommentResult) GetSuccess

func (p *DelCommentResult) GetSuccess() *comment_rpc.RPCActionResp

func (*DelCommentResult) IsSetSuccess

func (p *DelCommentResult) IsSetSuccess() bool

func (*DelCommentResult) Marshal

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

func (*DelCommentResult) SetSuccess

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

func (*DelCommentResult) Size

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

func (*DelCommentResult) Unmarshal

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

Jump to

Keyboard shortcuts

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