jsproto

package
v1.68.4 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: BSD-3-Clause Imports: 4 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

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) Descriptor() ([]byte, []int)

Deprecated: Use Call.ProtoReflect.Descriptor instead.

func (*Call) GetArgs

func (x *Call) GetArgs() string

func (*Call) GetFuncname

func (x *Call) GetFuncname() string

func (*Call) GetName

func (x *Call) GetName() string

func (*Call) ProtoMessage

func (*Call) ProtoMessage()

func (*Call) ProtoReflect added in v1.65.3

func (x *Call) ProtoReflect() protoreflect.Message

func (*Call) Reset

func (x *Call) Reset()

func (*Call) String

func (x *Call) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Create.ProtoReflect.Descriptor instead.

func (*Create) GetCode

func (x *Create) GetCode() string

func (*Create) GetName

func (x *Create) GetName() string

func (*Create) ProtoMessage

func (*Create) ProtoMessage()

func (*Create) ProtoReflect added in v1.65.3

func (x *Create) ProtoReflect() protoreflect.Message

func (*Create) Reset

func (x *Create) Reset()

func (*Create) String

func (x *Create) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use JsAction.ProtoReflect.Descriptor instead.

func (*JsAction) GetCall

func (x *JsAction) GetCall() *Call

func (*JsAction) GetCreate

func (x *JsAction) GetCreate() *Create

func (*JsAction) GetTy

func (x *JsAction) GetTy() int32

func (*JsAction) GetValue

func (m *JsAction) GetValue() isJsAction_Value

func (*JsAction) ProtoMessage

func (*JsAction) ProtoMessage()

func (*JsAction) ProtoReflect added in v1.65.3

func (x *JsAction) ProtoReflect() protoreflect.Message

func (*JsAction) Reset

func (x *JsAction) Reset()

func (*JsAction) String

func (x *JsAction) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use JsLog.ProtoReflect.Descriptor instead.

func (*JsLog) GetData

func (x *JsLog) GetData() string

func (*JsLog) ProtoMessage

func (*JsLog) ProtoMessage()

func (*JsLog) ProtoReflect added in v1.65.3

func (x *JsLog) ProtoReflect() protoreflect.Message

func (*JsLog) Reset

func (x *JsLog) Reset()

func (*JsLog) String

func (x *JsLog) String() string

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

Jump to

Keyboard shortcuts

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