uexecutorv2

package
v0.0.41 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

View Source
const (
	Query_GetUniversalTx_FullMethodName = "/uexecutor.v2.Query/GetUniversalTx"
)

Variables

View Source
var File_uexecutor_v2_query_proto protoreflect.FileDescriptor
View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "uexecutor.v2.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUniversalTx",
			Handler:    _Query_GetUniversalTx_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "uexecutor/v2/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type QueryClient

type QueryClient interface {
	// GetUniversalTx queries a single UniversalTx by ID, returning the native type.
	GetUniversalTx(ctx context.Context, in *QueryGetUniversalTxRequest, opts ...grpc.CallOption) (*QueryGetUniversalTxResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryGetUniversalTxRequest

type QueryGetUniversalTxRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetUniversalTxRequest) Descriptor deprecated

func (*QueryGetUniversalTxRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetUniversalTxRequest.ProtoReflect.Descriptor instead.

func (*QueryGetUniversalTxRequest) GetId

func (*QueryGetUniversalTxRequest) ProtoMessage

func (*QueryGetUniversalTxRequest) ProtoMessage()

func (*QueryGetUniversalTxRequest) ProtoReflect

func (*QueryGetUniversalTxRequest) Reset

func (x *QueryGetUniversalTxRequest) Reset()

func (*QueryGetUniversalTxRequest) String

func (x *QueryGetUniversalTxRequest) String() string

type QueryGetUniversalTxResponse

type QueryGetUniversalTxResponse struct {
	UniversalTx *v1.UniversalTx `protobuf:"bytes,1,opt,name=universal_tx,json=universalTx,proto3" json:"universal_tx,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetUniversalTxResponse) Descriptor deprecated

func (*QueryGetUniversalTxResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetUniversalTxResponse.ProtoReflect.Descriptor instead.

func (*QueryGetUniversalTxResponse) GetUniversalTx

func (x *QueryGetUniversalTxResponse) GetUniversalTx() *v1.UniversalTx

func (*QueryGetUniversalTxResponse) ProtoMessage

func (*QueryGetUniversalTxResponse) ProtoMessage()

func (*QueryGetUniversalTxResponse) ProtoReflect

func (*QueryGetUniversalTxResponse) Reset

func (x *QueryGetUniversalTxResponse) Reset()

func (*QueryGetUniversalTxResponse) String

func (x *QueryGetUniversalTxResponse) String() string

type QueryServer

type QueryServer interface {
	// GetUniversalTx queries a single UniversalTx by ID, returning the native type.
	GetUniversalTx(context.Context, *QueryGetUniversalTxRequest) (*QueryGetUniversalTxResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

Jump to

Keyboard shortcuts

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