Documentation ¶
Overview ¶
Code generated by thrift-gen-kitex-reflect. DO NOT EDIT.
Code generated by Kitex v0.4.4. DO NOT EDIT.
Index ¶
- Variables
- func GetIDLRawBytes() []byte
- func GetReflectServiceRespPayload() *idl.ReflectServiceRespPayload
- func NewInvoker(handler kitexreflectidl.ReflectionService, opts ...server.Option) server.Invoker
- func NewServer(handler kitexreflectidl.ReflectionService, opts ...server.Option) server.Server
- func NewServiceInfo() *kitex.ServiceInfo
- func SetupReflectPlugin()
- type Client
Constants ¶
This section is empty.
Variables ¶
View Source
var PluginReflect = &idl.PluginImpl{ Version: "20230120022144Z", IsCombineService: false, GetIDLBytes: func() []byte { return idlRawBytes }, }
Functions ¶
func GetIDLRawBytes ¶ added in v0.4.0
func GetIDLRawBytes() []byte
func GetReflectServiceRespPayload ¶
func GetReflectServiceRespPayload() *idl.ReflectServiceRespPayload
func NewInvoker ¶
func NewInvoker(handler kitexreflectidl.ReflectionService, opts ...server.Option) server.Invoker
NewInvoker creates a server.Invoker with the given handler and options.
func NewServer ¶
func NewServer(handler kitexreflectidl.ReflectionService, opts ...server.Option) server.Server
NewServer creates a server.Server with the given handler and options.
func NewServiceInfo ¶
func NewServiceInfo() *kitex.ServiceInfo
func SetupReflectPlugin ¶ added in v0.5.0
func SetupReflectPlugin()
Types ¶
type Client ¶
type Client interface {
ReflectService(ctx context.Context, request *kitexreflectidl.ReflectServiceRequest, callOptions ...callopt.Option) (r *kitexreflectidl.ReflectServiceResponse, 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.
Click to show internal directories.
Click to hide internal directories.