publishservice

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

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

Index

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

func NewInvoker(handler publish.PublishService, opts ...server.Option) server.Invoker

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

func NewServer

func NewServer(handler publish.PublishService, 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 {
	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

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 PublishActionArgs

type PublishActionArgs struct {
	Req *publish.PublishActionRequest
}

func (*PublishActionArgs) GetReq

func (*PublishActionArgs) IsSetReq

func (p *PublishActionArgs) IsSetReq() bool

func (*PublishActionArgs) Marshal

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

func (*PublishActionArgs) Unmarshal

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

type PublishActionResult

type PublishActionResult struct {
	Success *publish.PublishActionResponse
}

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) Unmarshal

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

type PublishListArgs

type PublishListArgs struct {
	Req *publish.PublishListRequest
}

func (*PublishListArgs) GetReq

func (*PublishListArgs) IsSetReq

func (p *PublishListArgs) IsSetReq() bool

func (*PublishListArgs) Marshal

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

func (*PublishListArgs) Unmarshal

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

type PublishListResult

type PublishListResult struct {
	Success *publish.PublishListResponse
}

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) 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