Documentation ¶
Index ¶
- Variables
- type Call
- type Create
- type JsAction
- func (*JsAction) Descriptor() ([]byte, []int)deprecated
- func (x *JsAction) GetCall() *Call
- func (x *JsAction) GetCreate() *Create
- func (x *JsAction) GetTy() int32
- func (m *JsAction) GetValue() isJsAction_Value
- func (*JsAction) ProtoMessage()
- func (x *JsAction) ProtoReflect() protoreflect.Message
- func (x *JsAction) Reset()
- func (x *JsAction) String() string
- type JsAction_Call
- type JsAction_Create
- type JsLog
- type QueryResult
Constants ¶
This section is empty.
Variables ¶
View Source
var File_js_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // exec name Funcname string `protobuf:"bytes,2,opt,name=funcname,proto3" json:"funcname,omitempty"` // call function name Args string `protobuf:"bytes,3,opt,name=args,proto3" json:"args,omitempty"` // json args // contains filtered or unexported fields }
call action
func (*Call) Descriptor
deprecated
func (*Call) GetFuncname ¶
func (*Call) ProtoMessage ¶
func (*Call) ProtoMessage()
func (*Call) ProtoReflect ¶ added in v1.65.3
func (x *Call) ProtoReflect() protoreflect.Message
type Create ¶
type Create struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
create action
func (*Create) Descriptor
deprecated
func (*Create) ProtoMessage ¶
func (*Create) ProtoMessage()
func (*Create) ProtoReflect ¶ added in v1.65.3
func (x *Create) ProtoReflect() protoreflect.Message
type JsAction ¶
type JsAction struct { // Types that are assignable to Value: // *JsAction_Create // *JsAction_Call Value isJsAction_Value `protobuf_oneof:"value"` Ty int32 `protobuf:"varint,3,opt,name=ty,proto3" json:"ty,omitempty"` // contains filtered or unexported fields }
func (*JsAction) Descriptor
deprecated
func (*JsAction) ProtoMessage ¶
func (*JsAction) ProtoMessage()
func (*JsAction) ProtoReflect ¶ added in v1.65.3
func (x *JsAction) ProtoReflect() protoreflect.Message
type JsAction_Call ¶
type JsAction_Call struct {
Call *Call `protobuf:"bytes,2,opt,name=call,proto3,oneof"`
}
type JsAction_Create ¶
type JsAction_Create struct {
Create *Create `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
}
type JsLog ¶
type JsLog struct { Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*JsLog) Descriptor
deprecated
func (*JsLog) ProtoMessage ¶
func (*JsLog) ProtoMessage()
func (*JsLog) ProtoReflect ¶ added in v1.65.3
func (x *JsLog) ProtoReflect() protoreflect.Message
type QueryResult ¶
type QueryResult struct { Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*QueryResult) Descriptor
deprecated
func (*QueryResult) Descriptor() ([]byte, []int)
Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.
func (*QueryResult) GetData ¶
func (x *QueryResult) GetData() string
func (*QueryResult) ProtoMessage ¶
func (*QueryResult) ProtoMessage()
func (*QueryResult) ProtoReflect ¶ added in v1.65.3
func (x *QueryResult) ProtoReflect() protoreflect.Message
func (*QueryResult) Reset ¶
func (x *QueryResult) Reset()
func (*QueryResult) String ¶
func (x *QueryResult) String() string
Click to show internal directories.
Click to hide internal directories.