Documentation ¶
Overview ¶
Code generated by Kitex v0.4.4. DO NOT EDIT.
Index ¶
- Variables
- func NewInvoker(handler publish.PublishService, opts ...server.Option) server.Invoker
- func NewServer(handler publish.PublishService, opts ...server.Option) server.Server
- func NewServiceInfo() *kitex.ServiceInfo
- type Client
- type PublishActionArgs
- func (p *PublishActionArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)
- func (p *PublishActionArgs) FastWrite(buf []byte) (n int)
- func (p *PublishActionArgs) GetReq() *publish.PublishActionRequest
- func (p *PublishActionArgs) IsSetReq() bool
- func (p *PublishActionArgs) Marshal(out []byte) ([]byte, error)
- func (p *PublishActionArgs) Size() (n int)
- func (p *PublishActionArgs) Unmarshal(in []byte) error
- type PublishActionResult
- func (p *PublishActionResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)
- func (p *PublishActionResult) FastWrite(buf []byte) (n int)
- func (p *PublishActionResult) GetSuccess() *publish.PublishActionResponse
- func (p *PublishActionResult) IsSetSuccess() bool
- func (p *PublishActionResult) Marshal(out []byte) ([]byte, error)
- func (p *PublishActionResult) SetSuccess(x interface{})
- func (p *PublishActionResult) Size() (n int)
- func (p *PublishActionResult) Unmarshal(in []byte) error
- type PublishListArgs
- func (p *PublishListArgs) FastRead(buf []byte, _type int8, number int32) (n int, err error)
- func (p *PublishListArgs) FastWrite(buf []byte) (n int)
- func (p *PublishListArgs) GetReq() *publish.PublishListRequest
- func (p *PublishListArgs) IsSetReq() bool
- func (p *PublishListArgs) Marshal(out []byte) ([]byte, error)
- func (p *PublishListArgs) Size() (n int)
- func (p *PublishListArgs) Unmarshal(in []byte) error
- type PublishListResult
- func (p *PublishListResult) FastRead(buf []byte, _type int8, number int32) (n int, err error)
- func (p *PublishListResult) FastWrite(buf []byte) (n int)
- func (p *PublishListResult) GetSuccess() *publish.PublishListResponse
- func (p *PublishListResult) IsSetSuccess() bool
- func (p *PublishListResult) Marshal(out []byte) ([]byte, error)
- func (p *PublishListResult) SetSuccess(x interface{})
- func (p *PublishListResult) Size() (n int)
- func (p *PublishListResult) Unmarshal(in []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var PublishActionArgs_Req_DEFAULT *publish.PublishActionRequest
View Source
var PublishActionResult_Success_DEFAULT *publish.PublishActionResponse
View Source
var PublishListArgs_Req_DEFAULT *publish.PublishListRequest
View Source
var PublishListResult_Success_DEFAULT *publish.PublishListResponse
Functions ¶
func NewInvoker ¶
NewInvoker creates a server.Invoker with the given handler and options.
func NewServiceInfo ¶
func NewServiceInfo() *kitex.ServiceInfo
Types ¶
type Client ¶
type Client interface { PublishAction(ctx context.Context, Req *publish.PublishActionRequest, callOptions ...callopt.Option) (r *publish.PublishActionResponse, err error) PublishList(ctx context.Context, Req *publish.PublishListRequest, callOptions ...callopt.Option) (r *publish.PublishListResponse, err error) }
Client is designed to provide IDL-compatible methods with call-option parameter for kitex framework.
func MustNewClient ¶
MustNewClient creates a client for the service defined in IDL. It panics if any error occurs.
type PublishActionArgs ¶
type PublishActionArgs struct {
Req *publish.PublishActionRequest
}
func (*PublishActionArgs) FastWrite ¶
func (p *PublishActionArgs) FastWrite(buf []byte) (n int)
func (*PublishActionArgs) GetReq ¶
func (p *PublishActionArgs) GetReq() *publish.PublishActionRequest
func (*PublishActionArgs) IsSetReq ¶
func (p *PublishActionArgs) IsSetReq() bool
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 *publish.PublishActionResponse
}
func (*PublishActionResult) FastWrite ¶
func (p *PublishActionResult) FastWrite(buf []byte) (n int)
func (*PublishActionResult) GetSuccess ¶
func (p *PublishActionResult) GetSuccess() *publish.PublishActionResponse
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 *publish.PublishListRequest
}
func (*PublishListArgs) FastWrite ¶
func (p *PublishListArgs) FastWrite(buf []byte) (n int)
func (*PublishListArgs) GetReq ¶
func (p *PublishListArgs) GetReq() *publish.PublishListRequest
func (*PublishListArgs) IsSetReq ¶
func (p *PublishListArgs) IsSetReq() bool
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 *publish.PublishListResponse
}
func (*PublishListResult) FastWrite ¶
func (p *PublishListResult) FastWrite(buf []byte) (n int)
func (*PublishListResult) GetSuccess ¶
func (p *PublishListResult) GetSuccess() *publish.PublishListResponse
func (*PublishListResult) IsSetSuccess ¶
func (p *PublishListResult) IsSetSuccess() bool
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
Click to show internal directories.
Click to hide internal directories.