pbdata

package
v0.5.16 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_box_example_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Context added in v0.4.24

type Context struct {
	Info []*KeyValue `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*Context) Descriptor deprecated added in v0.4.24

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

Deprecated: Use Context.ProtoReflect.Descriptor instead.

func (*Context) GetInfo added in v0.4.24

func (x *Context) GetInfo() []*KeyValue

func (*Context) ProtoMessage added in v0.4.24

func (*Context) ProtoMessage()

func (*Context) ProtoReflect added in v0.4.24

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

func (*Context) Reset added in v0.4.24

func (x *Context) Reset()

func (*Context) String added in v0.4.24

func (x *Context) String() string

type ExceptionInfo added in v0.4.24

type ExceptionInfo struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Detail string `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*ExceptionInfo) Descriptor deprecated added in v0.4.24

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

Deprecated: Use ExceptionInfo.ProtoReflect.Descriptor instead.

func (*ExceptionInfo) GetDetail added in v0.4.24

func (x *ExceptionInfo) GetDetail() string

func (*ExceptionInfo) GetName added in v0.4.24

func (x *ExceptionInfo) GetName() string

func (*ExceptionInfo) ProtoMessage added in v0.4.24

func (*ExceptionInfo) ProtoMessage()

func (*ExceptionInfo) ProtoReflect added in v0.4.24

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

func (*ExceptionInfo) Reset added in v0.4.24

func (x *ExceptionInfo) Reset()

func (*ExceptionInfo) String added in v0.4.24

func (x *ExceptionInfo) String() string

type KeyValue added in v0.4.24

type KeyValue struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated added in v0.4.24

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

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetKey added in v0.4.24

func (x *KeyValue) GetKey() string

func (*KeyValue) GetValue added in v0.4.24

func (x *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage added in v0.4.24

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect added in v0.4.24

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

func (*KeyValue) Reset added in v0.4.24

func (x *KeyValue) Reset()

func (*KeyValue) String added in v0.4.24

func (x *KeyValue) String() string

type ServiceBoxTraceInfo added in v0.4.24

type ServiceBoxTraceInfo struct {
	TracerId     string `protobuf:"bytes,1,opt,name=tracer_id,json=tracerId,proto3" json:"tracer_id,omitempty"`
	SpanId       uint64 `protobuf:"varint,2,opt,name=span_id,json=spanId,proto3" json:"span_id,omitempty"`
	ParentSpanId uint64 `protobuf:"varint,3,opt,name=parent_span_id,json=parentSpanId,proto3" json:"parent_span_id,omitempty"`
	UserData     string `protobuf:"bytes,4,opt,name=user_data,json=userData,proto3" json:"user_data,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceBoxTraceInfo) Descriptor deprecated added in v0.4.24

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

Deprecated: Use ServiceBoxTraceInfo.ProtoReflect.Descriptor instead.

func (*ServiceBoxTraceInfo) GetParentSpanId added in v0.4.24

func (x *ServiceBoxTraceInfo) GetParentSpanId() uint64

func (*ServiceBoxTraceInfo) GetSpanId added in v0.4.24

func (x *ServiceBoxTraceInfo) GetSpanId() uint64

func (*ServiceBoxTraceInfo) GetTracerId added in v0.4.24

func (x *ServiceBoxTraceInfo) GetTracerId() string

func (*ServiceBoxTraceInfo) GetUserData added in v0.4.24

func (x *ServiceBoxTraceInfo) GetUserData() string

func (*ServiceBoxTraceInfo) ProtoMessage added in v0.4.24

func (*ServiceBoxTraceInfo) ProtoMessage()

func (*ServiceBoxTraceInfo) ProtoReflect added in v0.4.24

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

func (*ServiceBoxTraceInfo) Reset added in v0.4.24

func (x *ServiceBoxTraceInfo) Reset()

func (*ServiceBoxTraceInfo) String added in v0.4.24

func (x *ServiceBoxTraceInfo) String() string

type TestCallee_AddArgs

type TestCallee_AddArgs struct {
	Arg1      int32                `protobuf:"varint,1,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2      int32                `protobuf:"varint,2,opt,name=arg2,proto3" json:"arg2,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,3,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_AddArgs) Descriptor deprecated

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

Deprecated: Use TestCallee_AddArgs.ProtoReflect.Descriptor instead.

func (*TestCallee_AddArgs) GetArg1

func (x *TestCallee_AddArgs) GetArg1() int32

func (*TestCallee_AddArgs) GetArg2

func (x *TestCallee_AddArgs) GetArg2() int32

func (*TestCallee_AddArgs) GetCtx added in v0.4.24

func (x *TestCallee_AddArgs) GetCtx() *Context

func (*TestCallee_AddArgs) GetTraceInfo added in v0.4.24

func (x *TestCallee_AddArgs) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_AddArgs) ProtoMessage

func (*TestCallee_AddArgs) ProtoMessage()

func (*TestCallee_AddArgs) ProtoReflect

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

func (*TestCallee_AddArgs) Reset

func (x *TestCallee_AddArgs) Reset()

func (*TestCallee_AddArgs) String

func (x *TestCallee_AddArgs) String() string

type TestCallee_AddRet

type TestCallee_AddRet struct {
	Ret1      int32                `protobuf:"varint,1,opt,name=ret1,proto3" json:"ret1,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	ExecInfo  *ExceptionInfo       `protobuf:"bytes,3,opt,name=exec_info,json=execInfo,proto3" json:"exec_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_AddRet) Descriptor deprecated

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

Deprecated: Use TestCallee_AddRet.ProtoReflect.Descriptor instead.

func (*TestCallee_AddRet) GetCtx added in v0.4.24

func (x *TestCallee_AddRet) GetCtx() *Context

func (*TestCallee_AddRet) GetExecInfo added in v0.4.24

func (x *TestCallee_AddRet) GetExecInfo() *ExceptionInfo

func (*TestCallee_AddRet) GetRet1

func (x *TestCallee_AddRet) GetRet1() int32

func (*TestCallee_AddRet) GetTraceInfo added in v0.4.24

func (x *TestCallee_AddRet) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_AddRet) ProtoMessage

func (*TestCallee_AddRet) ProtoMessage()

func (*TestCallee_AddRet) ProtoReflect

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

func (*TestCallee_AddRet) Reset

func (x *TestCallee_AddRet) Reset()

func (*TestCallee_AddRet) String

func (x *TestCallee_AddRet) String() string

type TestCallee_DivideArgs added in v0.4.24

type TestCallee_DivideArgs struct {
	Arg1      int32                `protobuf:"varint,1,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2      int32                `protobuf:"varint,2,opt,name=arg2,proto3" json:"arg2,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,3,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_DivideArgs) Descriptor deprecated added in v0.4.24

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

Deprecated: Use TestCallee_DivideArgs.ProtoReflect.Descriptor instead.

func (*TestCallee_DivideArgs) GetArg1 added in v0.4.24

func (x *TestCallee_DivideArgs) GetArg1() int32

func (*TestCallee_DivideArgs) GetArg2 added in v0.4.24

func (x *TestCallee_DivideArgs) GetArg2() int32

func (*TestCallee_DivideArgs) GetCtx added in v0.4.24

func (x *TestCallee_DivideArgs) GetCtx() *Context

func (*TestCallee_DivideArgs) GetTraceInfo added in v0.4.24

func (x *TestCallee_DivideArgs) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_DivideArgs) ProtoMessage added in v0.4.24

func (*TestCallee_DivideArgs) ProtoMessage()

func (*TestCallee_DivideArgs) ProtoReflect added in v0.4.24

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

func (*TestCallee_DivideArgs) Reset added in v0.4.24

func (x *TestCallee_DivideArgs) Reset()

func (*TestCallee_DivideArgs) String added in v0.4.24

func (x *TestCallee_DivideArgs) String() string

type TestCallee_DivideRet added in v0.4.24

type TestCallee_DivideRet struct {
	Ret1      int32                `protobuf:"varint,1,opt,name=ret1,proto3" json:"ret1,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	ExecInfo  *ExceptionInfo       `protobuf:"bytes,3,opt,name=exec_info,json=execInfo,proto3" json:"exec_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_DivideRet) Descriptor deprecated added in v0.4.24

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

Deprecated: Use TestCallee_DivideRet.ProtoReflect.Descriptor instead.

func (*TestCallee_DivideRet) GetCtx added in v0.4.24

func (x *TestCallee_DivideRet) GetCtx() *Context

func (*TestCallee_DivideRet) GetExecInfo added in v0.4.24

func (x *TestCallee_DivideRet) GetExecInfo() *ExceptionInfo

func (*TestCallee_DivideRet) GetRet1 added in v0.4.24

func (x *TestCallee_DivideRet) GetRet1() int32

func (*TestCallee_DivideRet) GetTraceInfo added in v0.4.24

func (x *TestCallee_DivideRet) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_DivideRet) ProtoMessage added in v0.4.24

func (*TestCallee_DivideRet) ProtoMessage()

func (*TestCallee_DivideRet) ProtoReflect added in v0.4.24

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

func (*TestCallee_DivideRet) Reset added in v0.4.24

func (x *TestCallee_DivideRet) Reset()

func (*TestCallee_DivideRet) String added in v0.4.24

func (x *TestCallee_DivideRet) String() string

type TestCallee_SubArgs

type TestCallee_SubArgs struct {
	Arg1      int32                `protobuf:"varint,1,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2      int32                `protobuf:"varint,2,opt,name=arg2,proto3" json:"arg2,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,3,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_SubArgs) Descriptor deprecated

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

Deprecated: Use TestCallee_SubArgs.ProtoReflect.Descriptor instead.

func (*TestCallee_SubArgs) GetArg1

func (x *TestCallee_SubArgs) GetArg1() int32

func (*TestCallee_SubArgs) GetArg2

func (x *TestCallee_SubArgs) GetArg2() int32

func (*TestCallee_SubArgs) GetCtx added in v0.4.24

func (x *TestCallee_SubArgs) GetCtx() *Context

func (*TestCallee_SubArgs) GetTraceInfo added in v0.4.24

func (x *TestCallee_SubArgs) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_SubArgs) ProtoMessage

func (*TestCallee_SubArgs) ProtoMessage()

func (*TestCallee_SubArgs) ProtoReflect

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

func (*TestCallee_SubArgs) Reset

func (x *TestCallee_SubArgs) Reset()

func (*TestCallee_SubArgs) String

func (x *TestCallee_SubArgs) String() string

type TestCallee_SubPrivateArgs added in v0.4.24

type TestCallee_SubPrivateArgs struct {
	Arg1      int32                `protobuf:"varint,1,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2      int32                `protobuf:"varint,2,opt,name=arg2,proto3" json:"arg2,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,3,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_SubPrivateArgs) Descriptor deprecated added in v0.4.24

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

Deprecated: Use TestCallee_SubPrivateArgs.ProtoReflect.Descriptor instead.

func (*TestCallee_SubPrivateArgs) GetArg1 added in v0.4.24

func (x *TestCallee_SubPrivateArgs) GetArg1() int32

func (*TestCallee_SubPrivateArgs) GetArg2 added in v0.4.24

func (x *TestCallee_SubPrivateArgs) GetArg2() int32

func (*TestCallee_SubPrivateArgs) GetCtx added in v0.4.24

func (x *TestCallee_SubPrivateArgs) GetCtx() *Context

func (*TestCallee_SubPrivateArgs) GetTraceInfo added in v0.4.24

func (*TestCallee_SubPrivateArgs) ProtoMessage added in v0.4.24

func (*TestCallee_SubPrivateArgs) ProtoMessage()

func (*TestCallee_SubPrivateArgs) ProtoReflect added in v0.4.24

func (*TestCallee_SubPrivateArgs) Reset added in v0.4.24

func (x *TestCallee_SubPrivateArgs) Reset()

func (*TestCallee_SubPrivateArgs) String added in v0.4.24

func (x *TestCallee_SubPrivateArgs) String() string

type TestCallee_SubPrivateRet added in v0.4.24

type TestCallee_SubPrivateRet struct {
	Ret1      int32                `protobuf:"varint,1,opt,name=ret1,proto3" json:"ret1,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	ExecInfo  *ExceptionInfo       `protobuf:"bytes,3,opt,name=exec_info,json=execInfo,proto3" json:"exec_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_SubPrivateRet) Descriptor deprecated added in v0.4.24

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

Deprecated: Use TestCallee_SubPrivateRet.ProtoReflect.Descriptor instead.

func (*TestCallee_SubPrivateRet) GetCtx added in v0.4.24

func (x *TestCallee_SubPrivateRet) GetCtx() *Context

func (*TestCallee_SubPrivateRet) GetExecInfo added in v0.4.24

func (x *TestCallee_SubPrivateRet) GetExecInfo() *ExceptionInfo

func (*TestCallee_SubPrivateRet) GetRet1 added in v0.4.24

func (x *TestCallee_SubPrivateRet) GetRet1() int32

func (*TestCallee_SubPrivateRet) GetTraceInfo added in v0.4.24

func (x *TestCallee_SubPrivateRet) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_SubPrivateRet) ProtoMessage added in v0.4.24

func (*TestCallee_SubPrivateRet) ProtoMessage()

func (*TestCallee_SubPrivateRet) ProtoReflect added in v0.4.24

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

func (*TestCallee_SubPrivateRet) Reset added in v0.4.24

func (x *TestCallee_SubPrivateRet) Reset()

func (*TestCallee_SubPrivateRet) String added in v0.4.24

func (x *TestCallee_SubPrivateRet) String() string

type TestCallee_SubRet

type TestCallee_SubRet struct {
	Ret1      int32                `protobuf:"varint,1,opt,name=ret1,proto3" json:"ret1,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	ExecInfo  *ExceptionInfo       `protobuf:"bytes,3,opt,name=exec_info,json=execInfo,proto3" json:"exec_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCallee_SubRet) Descriptor deprecated

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

Deprecated: Use TestCallee_SubRet.ProtoReflect.Descriptor instead.

func (*TestCallee_SubRet) GetCtx added in v0.4.24

func (x *TestCallee_SubRet) GetCtx() *Context

func (*TestCallee_SubRet) GetExecInfo added in v0.4.24

func (x *TestCallee_SubRet) GetExecInfo() *ExceptionInfo

func (*TestCallee_SubRet) GetRet1

func (x *TestCallee_SubRet) GetRet1() int32

func (*TestCallee_SubRet) GetTraceInfo added in v0.4.24

func (x *TestCallee_SubRet) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCallee_SubRet) ProtoMessage

func (*TestCallee_SubRet) ProtoMessage()

func (*TestCallee_SubRet) ProtoReflect

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

func (*TestCallee_SubRet) Reset

func (x *TestCallee_SubRet) Reset()

func (*TestCallee_SubRet) String

func (x *TestCallee_SubRet) String() string

type TestCaller_GetInfoArgs

type TestCaller_GetInfoArgs struct {
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,1,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,2,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCaller_GetInfoArgs) Descriptor deprecated

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

Deprecated: Use TestCaller_GetInfoArgs.ProtoReflect.Descriptor instead.

func (*TestCaller_GetInfoArgs) GetCtx added in v0.4.24

func (x *TestCaller_GetInfoArgs) GetCtx() *Context

func (*TestCaller_GetInfoArgs) GetTraceInfo added in v0.4.24

func (x *TestCaller_GetInfoArgs) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCaller_GetInfoArgs) ProtoMessage

func (*TestCaller_GetInfoArgs) ProtoMessage()

func (*TestCaller_GetInfoArgs) ProtoReflect

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

func (*TestCaller_GetInfoArgs) Reset

func (x *TestCaller_GetInfoArgs) Reset()

func (*TestCaller_GetInfoArgs) String

func (x *TestCaller_GetInfoArgs) String() string

type TestCaller_GetInfoRet

type TestCaller_GetInfoRet struct {
	Ret1      string               `protobuf:"bytes,1,opt,name=ret1,proto3" json:"ret1,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	ExecInfo  *ExceptionInfo       `protobuf:"bytes,3,opt,name=exec_info,json=execInfo,proto3" json:"exec_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCaller_GetInfoRet) Descriptor deprecated

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

Deprecated: Use TestCaller_GetInfoRet.ProtoReflect.Descriptor instead.

func (*TestCaller_GetInfoRet) GetCtx added in v0.4.24

func (x *TestCaller_GetInfoRet) GetCtx() *Context

func (*TestCaller_GetInfoRet) GetExecInfo added in v0.4.24

func (x *TestCaller_GetInfoRet) GetExecInfo() *ExceptionInfo

func (*TestCaller_GetInfoRet) GetRet1

func (x *TestCaller_GetInfoRet) GetRet1() string

func (*TestCaller_GetInfoRet) GetTraceInfo added in v0.4.24

func (x *TestCaller_GetInfoRet) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCaller_GetInfoRet) ProtoMessage

func (*TestCaller_GetInfoRet) ProtoMessage()

func (*TestCaller_GetInfoRet) ProtoReflect

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

func (*TestCaller_GetInfoRet) Reset

func (x *TestCaller_GetInfoRet) Reset()

func (*TestCaller_GetInfoRet) String

func (x *TestCaller_GetInfoRet) String() string

type TestCaller_SetInfoArgs

type TestCaller_SetInfoArgs struct {
	Arg1      string               `protobuf:"bytes,1,opt,name=arg1,proto3" json:"arg1,omitempty"`
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,3,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCaller_SetInfoArgs) Descriptor deprecated

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

Deprecated: Use TestCaller_SetInfoArgs.ProtoReflect.Descriptor instead.

func (*TestCaller_SetInfoArgs) GetArg1

func (x *TestCaller_SetInfoArgs) GetArg1() string

func (*TestCaller_SetInfoArgs) GetCtx added in v0.4.24

func (x *TestCaller_SetInfoArgs) GetCtx() *Context

func (*TestCaller_SetInfoArgs) GetTraceInfo added in v0.4.24

func (x *TestCaller_SetInfoArgs) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCaller_SetInfoArgs) ProtoMessage

func (*TestCaller_SetInfoArgs) ProtoMessage()

func (*TestCaller_SetInfoArgs) ProtoReflect

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

func (*TestCaller_SetInfoArgs) Reset

func (x *TestCaller_SetInfoArgs) Reset()

func (*TestCaller_SetInfoArgs) String

func (x *TestCaller_SetInfoArgs) String() string

type TestCaller_SetInfoRet

type TestCaller_SetInfoRet struct {
	TraceInfo *ServiceBoxTraceInfo `protobuf:"bytes,2,opt,name=trace_info,json=traceInfo,proto3" json:"trace_info,omitempty"`
	ExecInfo  *ExceptionInfo       `protobuf:"bytes,3,opt,name=exec_info,json=execInfo,proto3" json:"exec_info,omitempty"`
	Ctx       *Context             `protobuf:"bytes,4,opt,name=ctx,proto3" json:"ctx,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCaller_SetInfoRet) Descriptor deprecated

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

Deprecated: Use TestCaller_SetInfoRet.ProtoReflect.Descriptor instead.

func (*TestCaller_SetInfoRet) GetCtx added in v0.4.24

func (x *TestCaller_SetInfoRet) GetCtx() *Context

func (*TestCaller_SetInfoRet) GetExecInfo added in v0.4.24

func (x *TestCaller_SetInfoRet) GetExecInfo() *ExceptionInfo

func (*TestCaller_SetInfoRet) GetTraceInfo added in v0.4.24

func (x *TestCaller_SetInfoRet) GetTraceInfo() *ServiceBoxTraceInfo

func (*TestCaller_SetInfoRet) ProtoMessage

func (*TestCaller_SetInfoRet) ProtoMessage()

func (*TestCaller_SetInfoRet) ProtoReflect

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

func (*TestCaller_SetInfoRet) Reset

func (x *TestCaller_SetInfoRet) Reset()

func (*TestCaller_SetInfoRet) String

func (x *TestCaller_SetInfoRet) String() string

Jump to

Keyboard shortcuts

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