v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Analysis_GetAnalysis_FullMethodName           = "/analysis.v1.Analysis/GetAnalysis"
	Analysis_GetAnalysisByGID_FullMethodName      = "/analysis.v1.Analysis/GetAnalysisByGID"
	Analysis_GetAllGIDs_FullMethodName            = "/analysis.v1.Analysis/GetAllGIDs"
	Analysis_GetParamsByID_FullMethodName         = "/analysis.v1.Analysis/GetParamsByID"
	Analysis_GenerateImage_FullMethodName         = "/analysis.v1.Analysis/GenerateImage"
	Analysis_GetAllFunctionName_FullMethodName    = "/analysis.v1.Analysis/GetAllFunctionName"
	Analysis_GetGidsByFunctionName_FullMethodName = "/analysis.v1.Analysis/GetGidsByFunctionName"
)
View Source
const OperationAnalysisGenerateImage = "/analysis.v1.Analysis/GenerateImage"
View Source
const OperationAnalysisGetAllFunctionName = "/analysis.v1.Analysis/GetAllFunctionName"
View Source
const OperationAnalysisGetAllGIDs = "/analysis.v1.Analysis/GetAllGIDs"
View Source
const OperationAnalysisGetAnalysis = "/analysis.v1.Analysis/GetAnalysis"
View Source
const OperationAnalysisGetAnalysisByGID = "/analysis.v1.Analysis/GetAnalysisByGID"
View Source
const OperationAnalysisGetGidsByFunctionName = "/analysis.v1.Analysis/GetGidsByFunctionName"
View Source
const OperationAnalysisGetParamsByID = "/analysis.v1.Analysis/GetParamsByID"

Variables

View Source
var (
	ErrorReason_name = map[int32]string{
		0: "GREETER_UNSPECIFIED",
		1: "USER_NOT_FOUND",
	}
	ErrorReason_value = map[string]int32{
		"GREETER_UNSPECIFIED": 0,
		"USER_NOT_FOUND":      1,
	}
)

Enum value maps for ErrorReason.

View Source
var Analysis_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "analysis.v1.Analysis",
	HandlerType: (*AnalysisServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAnalysis",
			Handler:    _Analysis_GetAnalysis_Handler,
		},
		{
			MethodName: "GetAnalysisByGID",
			Handler:    _Analysis_GetAnalysisByGID_Handler,
		},
		{
			MethodName: "GetAllGIDs",
			Handler:    _Analysis_GetAllGIDs_Handler,
		},
		{
			MethodName: "GetParamsByID",
			Handler:    _Analysis_GetParamsByID_Handler,
		},
		{
			MethodName: "GenerateImage",
			Handler:    _Analysis_GenerateImage_Handler,
		},
		{
			MethodName: "GetAllFunctionName",
			Handler:    _Analysis_GetAllFunctionName_Handler,
		},
		{
			MethodName: "GetGidsByFunctionName",
			Handler:    _Analysis_GetGidsByFunctionName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "analysis/v1/analysis.proto",
}

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

View Source
var File_analysis_v1_analysis_proto protoreflect.FileDescriptor
View Source
var File_analysis_v1_error_reason_proto protoreflect.FileDescriptor

Functions

func RegisterAnalysisHTTPServer

func RegisterAnalysisHTTPServer(s *http.Server, srv AnalysisHTTPServer)

func RegisterAnalysisServer

func RegisterAnalysisServer(s grpc.ServiceRegistrar, srv AnalysisServer)

Types

type AnalysisByGIDReply

type AnalysisByGIDReply struct {
	TraceData []*AnalysisByGIDReply_TraceData `protobuf:"bytes,1,rep,name=trace_data,json=traceData,proto3" json:"trace_data,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalysisByGIDReply) Descriptor deprecated

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

Deprecated: Use AnalysisByGIDReply.ProtoReflect.Descriptor instead.

func (*AnalysisByGIDReply) GetTraceData

func (x *AnalysisByGIDReply) GetTraceData() []*AnalysisByGIDReply_TraceData

func (*AnalysisByGIDReply) ProtoMessage

func (*AnalysisByGIDReply) ProtoMessage()

func (*AnalysisByGIDReply) ProtoReflect

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

func (*AnalysisByGIDReply) Reset

func (x *AnalysisByGIDReply) Reset()

func (*AnalysisByGIDReply) String

func (x *AnalysisByGIDReply) String() string

type AnalysisByGIDReply_TraceData

type AnalysisByGIDReply_TraceData struct {
	Id         int32          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Gid        int32          `protobuf:"varint,3,opt,name=gid,proto3" json:"gid,omitempty"`
	Indent     int32          `protobuf:"varint,4,opt,name=indent,proto3" json:"indent,omitempty"`
	Params     []*TraceParams `protobuf:"bytes,5,rep,name=params,proto3" json:"params,omitempty"`
	ParamCount int32          `protobuf:"varint,6,opt,name=paramCount,proto3" json:"paramCount,omitempty"`
	TimeCost   string         `protobuf:"bytes,7,opt,name=timeCost,proto3" json:"timeCost,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalysisByGIDReply_TraceData) Descriptor deprecated

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

Deprecated: Use AnalysisByGIDReply_TraceData.ProtoReflect.Descriptor instead.

func (*AnalysisByGIDReply_TraceData) GetGid

func (x *AnalysisByGIDReply_TraceData) GetGid() int32

func (*AnalysisByGIDReply_TraceData) GetId

func (*AnalysisByGIDReply_TraceData) GetIndent

func (x *AnalysisByGIDReply_TraceData) GetIndent() int32

func (*AnalysisByGIDReply_TraceData) GetName

func (x *AnalysisByGIDReply_TraceData) GetName() string

func (*AnalysisByGIDReply_TraceData) GetParamCount

func (x *AnalysisByGIDReply_TraceData) GetParamCount() int32

func (*AnalysisByGIDReply_TraceData) GetParams

func (x *AnalysisByGIDReply_TraceData) GetParams() []*TraceParams

func (*AnalysisByGIDReply_TraceData) GetTimeCost

func (x *AnalysisByGIDReply_TraceData) GetTimeCost() string

func (*AnalysisByGIDReply_TraceData) ProtoMessage

func (*AnalysisByGIDReply_TraceData) ProtoMessage()

func (*AnalysisByGIDReply_TraceData) ProtoReflect

func (*AnalysisByGIDReply_TraceData) Reset

func (x *AnalysisByGIDReply_TraceData) Reset()

func (*AnalysisByGIDReply_TraceData) String

type AnalysisByGIDRequest

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

func (*AnalysisByGIDRequest) Descriptor deprecated

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

Deprecated: Use AnalysisByGIDRequest.ProtoReflect.Descriptor instead.

func (*AnalysisByGIDRequest) GetGid

func (x *AnalysisByGIDRequest) GetGid() string

func (*AnalysisByGIDRequest) ProtoMessage

func (*AnalysisByGIDRequest) ProtoMessage()

func (*AnalysisByGIDRequest) ProtoReflect

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

func (*AnalysisByGIDRequest) Reset

func (x *AnalysisByGIDRequest) Reset()

func (*AnalysisByGIDRequest) String

func (x *AnalysisByGIDRequest) String() string

type AnalysisClient

type AnalysisClient interface {
	// Sends a greeting
	GetAnalysis(ctx context.Context, in *AnalysisRequest, opts ...grpc.CallOption) (*AnalysisReply, error)
	GetAnalysisByGID(ctx context.Context, in *AnalysisByGIDRequest, opts ...grpc.CallOption) (*AnalysisByGIDReply, error)
	GetAllGIDs(ctx context.Context, in *GetAllGIDsReq, opts ...grpc.CallOption) (*GetAllGIDsReply, error)
	GetParamsByID(ctx context.Context, in *GetParamsByIDReq, opts ...grpc.CallOption) (*GetParamsByIDReply, error)
	GenerateImage(ctx context.Context, in *GenerateImageReq, opts ...grpc.CallOption) (*GenerateImageReply, error)
	GetAllFunctionName(ctx context.Context, in *GetAllFunctionNameReq, opts ...grpc.CallOption) (*GetAllFunctionNameReply, error)
	GetGidsByFunctionName(ctx context.Context, in *GetGidsByFunctionNameReq, opts ...grpc.CallOption) (*GetGidsByFunctionNameReply, error)
}

AnalysisClient is the client API for Analysis 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.

The greeting service definition.

func NewAnalysisClient

func NewAnalysisClient(cc grpc.ClientConnInterface) AnalysisClient

type AnalysisHTTPClient

type AnalysisHTTPClient interface {
	GenerateImage(ctx context.Context, req *GenerateImageReq, opts ...http.CallOption) (rsp *GenerateImageReply, err error)
	GetAllFunctionName(ctx context.Context, req *GetAllFunctionNameReq, opts ...http.CallOption) (rsp *GetAllFunctionNameReply, err error)
	GetAllGIDs(ctx context.Context, req *GetAllGIDsReq, opts ...http.CallOption) (rsp *GetAllGIDsReply, err error)
	GetAnalysis(ctx context.Context, req *AnalysisRequest, opts ...http.CallOption) (rsp *AnalysisReply, err error)
	GetAnalysisByGID(ctx context.Context, req *AnalysisByGIDRequest, opts ...http.CallOption) (rsp *AnalysisByGIDReply, err error)
	GetGidsByFunctionName(ctx context.Context, req *GetGidsByFunctionNameReq, opts ...http.CallOption) (rsp *GetGidsByFunctionNameReply, err error)
	GetParamsByID(ctx context.Context, req *GetParamsByIDReq, opts ...http.CallOption) (rsp *GetParamsByIDReply, err error)
}

func NewAnalysisHTTPClient

func NewAnalysisHTTPClient(client *http.Client) AnalysisHTTPClient

type AnalysisHTTPClientImpl

type AnalysisHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*AnalysisHTTPClientImpl) GenerateImage

func (*AnalysisHTTPClientImpl) GetAllFunctionName

func (*AnalysisHTTPClientImpl) GetAllGIDs

func (*AnalysisHTTPClientImpl) GetAnalysis

func (*AnalysisHTTPClientImpl) GetAnalysisByGID

func (*AnalysisHTTPClientImpl) GetGidsByFunctionName

func (*AnalysisHTTPClientImpl) GetParamsByID

type AnalysisReply

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

The response message containing the greetings

func (*AnalysisReply) Descriptor deprecated

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

Deprecated: Use AnalysisReply.ProtoReflect.Descriptor instead.

func (*AnalysisReply) GetMessage

func (x *AnalysisReply) GetMessage() string

func (*AnalysisReply) ProtoMessage

func (*AnalysisReply) ProtoMessage()

func (*AnalysisReply) ProtoReflect

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

func (*AnalysisReply) Reset

func (x *AnalysisReply) Reset()

func (*AnalysisReply) String

func (x *AnalysisReply) String() string

type AnalysisRequest

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

The request message containing the user's name.

func (*AnalysisRequest) Descriptor deprecated

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

Deprecated: Use AnalysisRequest.ProtoReflect.Descriptor instead.

func (*AnalysisRequest) GetName

func (x *AnalysisRequest) GetName() string

func (*AnalysisRequest) ProtoMessage

func (*AnalysisRequest) ProtoMessage()

func (*AnalysisRequest) ProtoReflect

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

func (*AnalysisRequest) Reset

func (x *AnalysisRequest) Reset()

func (*AnalysisRequest) String

func (x *AnalysisRequest) String() string

type AnalysisServer

type AnalysisServer interface {
	// Sends a greeting
	GetAnalysis(context.Context, *AnalysisRequest) (*AnalysisReply, error)
	GetAnalysisByGID(context.Context, *AnalysisByGIDRequest) (*AnalysisByGIDReply, error)
	GetAllGIDs(context.Context, *GetAllGIDsReq) (*GetAllGIDsReply, error)
	GetParamsByID(context.Context, *GetParamsByIDReq) (*GetParamsByIDReply, error)
	GenerateImage(context.Context, *GenerateImageReq) (*GenerateImageReply, error)
	GetAllFunctionName(context.Context, *GetAllFunctionNameReq) (*GetAllFunctionNameReply, error)
	GetGidsByFunctionName(context.Context, *GetGidsByFunctionNameReq) (*GetGidsByFunctionNameReply, error)
	// contains filtered or unexported methods
}

AnalysisServer is the server API for Analysis service. All implementations must embed UnimplementedAnalysisServer for forward compatibility.

The greeting service definition.

type ErrorReason

type ErrorReason int32
const (
	ErrorReason_GREETER_UNSPECIFIED ErrorReason = 0
	ErrorReason_USER_NOT_FOUND      ErrorReason = 1
)

func (ErrorReason) Descriptor

func (ErrorReason) Enum

func (x ErrorReason) Enum() *ErrorReason

func (ErrorReason) EnumDescriptor deprecated

func (ErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorReason.Descriptor instead.

func (ErrorReason) Number

func (x ErrorReason) Number() protoreflect.EnumNumber

func (ErrorReason) String

func (x ErrorReason) String() string

func (ErrorReason) Type

type GenerateImageReply

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

func (*GenerateImageReply) Descriptor deprecated

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

Deprecated: Use GenerateImageReply.ProtoReflect.Descriptor instead.

func (*GenerateImageReply) GetImage

func (x *GenerateImageReply) GetImage() string

func (*GenerateImageReply) ProtoMessage

func (*GenerateImageReply) ProtoMessage()

func (*GenerateImageReply) ProtoReflect

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

func (*GenerateImageReply) Reset

func (x *GenerateImageReply) Reset()

func (*GenerateImageReply) String

func (x *GenerateImageReply) String() string

type GenerateImageReq

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

func (*GenerateImageReq) Descriptor deprecated

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

Deprecated: Use GenerateImageReq.ProtoReflect.Descriptor instead.

func (*GenerateImageReq) GetGid

func (x *GenerateImageReq) GetGid() string

func (*GenerateImageReq) ProtoMessage

func (*GenerateImageReq) ProtoMessage()

func (*GenerateImageReq) ProtoReflect

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

func (*GenerateImageReq) Reset

func (x *GenerateImageReq) Reset()

func (*GenerateImageReq) String

func (x *GenerateImageReq) String() string

type GetAllFunctionNameReply

type GetAllFunctionNameReply struct {
	FunctionNames []string `protobuf:"bytes,1,rep,name=functionNames,proto3" json:"functionNames,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllFunctionNameReply) Descriptor deprecated

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

Deprecated: Use GetAllFunctionNameReply.ProtoReflect.Descriptor instead.

func (*GetAllFunctionNameReply) GetFunctionNames

func (x *GetAllFunctionNameReply) GetFunctionNames() []string

func (*GetAllFunctionNameReply) ProtoMessage

func (*GetAllFunctionNameReply) ProtoMessage()

func (*GetAllFunctionNameReply) ProtoReflect

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

func (*GetAllFunctionNameReply) Reset

func (x *GetAllFunctionNameReply) Reset()

func (*GetAllFunctionNameReply) String

func (x *GetAllFunctionNameReply) String() string

type GetAllFunctionNameReq

type GetAllFunctionNameReq struct {
	// contains filtered or unexported fields
}

func (*GetAllFunctionNameReq) Descriptor deprecated

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

Deprecated: Use GetAllFunctionNameReq.ProtoReflect.Descriptor instead.

func (*GetAllFunctionNameReq) ProtoMessage

func (*GetAllFunctionNameReq) ProtoMessage()

func (*GetAllFunctionNameReq) ProtoReflect

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

func (*GetAllFunctionNameReq) Reset

func (x *GetAllFunctionNameReq) Reset()

func (*GetAllFunctionNameReq) String

func (x *GetAllFunctionNameReq) String() string

type GetAllGIDsReply

type GetAllGIDsReply struct {
	Gids []uint64 `protobuf:"varint,1,rep,packed,name=gids,proto3" json:"gids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllGIDsReply) Descriptor deprecated

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

Deprecated: Use GetAllGIDsReply.ProtoReflect.Descriptor instead.

func (*GetAllGIDsReply) GetGids

func (x *GetAllGIDsReply) GetGids() []uint64

func (*GetAllGIDsReply) ProtoMessage

func (*GetAllGIDsReply) ProtoMessage()

func (*GetAllGIDsReply) ProtoReflect

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

func (*GetAllGIDsReply) Reset

func (x *GetAllGIDsReply) Reset()

func (*GetAllGIDsReply) String

func (x *GetAllGIDsReply) String() string

type GetAllGIDsReq

type GetAllGIDsReq struct {
	// contains filtered or unexported fields
}

func (*GetAllGIDsReq) Descriptor deprecated

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

Deprecated: Use GetAllGIDsReq.ProtoReflect.Descriptor instead.

func (*GetAllGIDsReq) ProtoMessage

func (*GetAllGIDsReq) ProtoMessage()

func (*GetAllGIDsReq) ProtoReflect

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

func (*GetAllGIDsReq) Reset

func (x *GetAllGIDsReq) Reset()

func (*GetAllGIDsReq) String

func (x *GetAllGIDsReq) String() string

type GetGidsByFunctionNameReply

type GetGidsByFunctionNameReply struct {
	Gids []string `protobuf:"bytes,1,rep,name=gids,proto3" json:"gids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGidsByFunctionNameReply) Descriptor deprecated

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

Deprecated: Use GetGidsByFunctionNameReply.ProtoReflect.Descriptor instead.

func (*GetGidsByFunctionNameReply) GetGids

func (x *GetGidsByFunctionNameReply) GetGids() []string

func (*GetGidsByFunctionNameReply) ProtoMessage

func (*GetGidsByFunctionNameReply) ProtoMessage()

func (*GetGidsByFunctionNameReply) ProtoReflect

func (*GetGidsByFunctionNameReply) Reset

func (x *GetGidsByFunctionNameReply) Reset()

func (*GetGidsByFunctionNameReply) String

func (x *GetGidsByFunctionNameReply) String() string

type GetGidsByFunctionNameReq

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

func (*GetGidsByFunctionNameReq) Descriptor deprecated

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

Deprecated: Use GetGidsByFunctionNameReq.ProtoReflect.Descriptor instead.

func (*GetGidsByFunctionNameReq) GetFunctionName

func (x *GetGidsByFunctionNameReq) GetFunctionName() string

func (*GetGidsByFunctionNameReq) ProtoMessage

func (*GetGidsByFunctionNameReq) ProtoMessage()

func (*GetGidsByFunctionNameReq) ProtoReflect

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

func (*GetGidsByFunctionNameReq) Reset

func (x *GetGidsByFunctionNameReq) Reset()

func (*GetGidsByFunctionNameReq) String

func (x *GetGidsByFunctionNameReq) String() string

type GetParamsByIDReply

type GetParamsByIDReply struct {
	Params []*TraceParams `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*GetParamsByIDReply) Descriptor deprecated

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

Deprecated: Use GetParamsByIDReply.ProtoReflect.Descriptor instead.

func (*GetParamsByIDReply) GetParams

func (x *GetParamsByIDReply) GetParams() []*TraceParams

func (*GetParamsByIDReply) ProtoMessage

func (*GetParamsByIDReply) ProtoMessage()

func (*GetParamsByIDReply) ProtoReflect

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

func (*GetParamsByIDReply) Reset

func (x *GetParamsByIDReply) Reset()

func (*GetParamsByIDReply) String

func (x *GetParamsByIDReply) String() string

type GetParamsByIDReq

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

func (*GetParamsByIDReq) Descriptor deprecated

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

Deprecated: Use GetParamsByIDReq.ProtoReflect.Descriptor instead.

func (*GetParamsByIDReq) GetId

func (x *GetParamsByIDReq) GetId() int32

func (*GetParamsByIDReq) ProtoMessage

func (*GetParamsByIDReq) ProtoMessage()

func (*GetParamsByIDReq) ProtoReflect

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

func (*GetParamsByIDReq) Reset

func (x *GetParamsByIDReq) Reset()

func (*GetParamsByIDReq) String

func (x *GetParamsByIDReq) String() string

type TraceParams

type TraceParams struct {
	Pos   int32  `protobuf:"varint,1,opt,name=pos,proto3" json:"pos,omitempty"`
	Param string `protobuf:"bytes,2,opt,name=param,proto3" json:"param,omitempty"`
	// contains filtered or unexported fields
}

func (*TraceParams) Descriptor deprecated

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

Deprecated: Use TraceParams.ProtoReflect.Descriptor instead.

func (*TraceParams) GetParam

func (x *TraceParams) GetParam() string

func (*TraceParams) GetPos

func (x *TraceParams) GetPos() int32

func (*TraceParams) ProtoMessage

func (*TraceParams) ProtoMessage()

func (*TraceParams) ProtoReflect

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

func (*TraceParams) Reset

func (x *TraceParams) Reset()

func (*TraceParams) String

func (x *TraceParams) String() string

type UnimplementedAnalysisServer

type UnimplementedAnalysisServer struct{}

UnimplementedAnalysisServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAnalysisServer) GenerateImage

func (UnimplementedAnalysisServer) GetAllFunctionName

func (UnimplementedAnalysisServer) GetAllGIDs

func (UnimplementedAnalysisServer) GetAnalysis

func (UnimplementedAnalysisServer) GetAnalysisByGID

func (UnimplementedAnalysisServer) GetGidsByFunctionName

func (UnimplementedAnalysisServer) GetParamsByID

type UnsafeAnalysisServer

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

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

Jump to

Keyboard shortcuts

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