sclog

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CLogService_Note_FullMethodName           = "/sclog.CLogService/Note"
	CLogService_DbqV1_FullMethodName          = "/sclog.CLogService/DbqV1"
	CLogService_HttpCallV1_FullMethodName     = "/sclog.CLogService/HttpCallV1"
	CLogService_ServicePieceV1_FullMethodName = "/sclog.CLogService/ServicePieceV1"
	CLogService_ServiceV1_FullMethodName      = "/sclog.CLogService/ServiceV1"
)

Variables

View Source
var CLogService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sclog.CLogService",
	HandlerType: (*CLogServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Note",
			Handler:    _CLogService_Note_Handler,
		},
		{
			MethodName: "DbqV1",
			Handler:    _CLogService_DbqV1_Handler,
		},
		{
			MethodName: "HttpCallV1",
			Handler:    _CLogService_HttpCallV1_Handler,
		},
		{
			MethodName: "ServicePieceV1",
			Handler:    _CLogService_ServicePieceV1_Handler,
		},
		{
			MethodName: "ServiceV1",
			Handler:    _CLogService_ServiceV1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "res/proto/clog.proto",
}

CLogService_ServiceDesc is the grpc.ServiceDesc for CLogService 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_res_proto_clog_proto protoreflect.FileDescriptor

Functions

func RegisterCLogServiceServer

func RegisterCLogServiceServer(s grpc.ServiceRegistrar, srv CLogServiceServer)

Types

type CLogServiceClient

type CLogServiceClient interface {
	Note(ctx context.Context, in *RequestNote, opts ...grpc.CallOption) (*Response, error)
	DbqV1(ctx context.Context, in *RequestDbqV1, opts ...grpc.CallOption) (*Response, error)
	HttpCallV1(ctx context.Context, in *RequestHttpCallV1, opts ...grpc.CallOption) (*Response, error)
	ServicePieceV1(ctx context.Context, in *RequestServicePieceV1, opts ...grpc.CallOption) (*Response, error)
	ServiceV1(ctx context.Context, in *RequestServiceV1, opts ...grpc.CallOption) (*Response, error)
}

CLogServiceClient is the client API for CLogService 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.

type CLogServiceServer

type CLogServiceServer interface {
	Note(context.Context, *RequestNote) (*Response, error)
	DbqV1(context.Context, *RequestDbqV1) (*Response, error)
	HttpCallV1(context.Context, *RequestHttpCallV1) (*Response, error)
	ServicePieceV1(context.Context, *RequestServicePieceV1) (*Response, error)
	ServiceV1(context.Context, *RequestServiceV1) (*Response, error)
	// contains filtered or unexported methods
}

CLogServiceServer is the server API for CLogService service. All implementations must embed UnimplementedCLogServiceServer for forward compatibility

type RequestDbqV1

type RequestDbqV1 struct {
	Uid          string                  `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	UserId       *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	PartnerId    *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=partnerId,proto3" json:"partnerId,omitempty"`
	SvcName      string                  `protobuf:"bytes,4,opt,name=svcName,proto3" json:"svcName,omitempty"`
	SvcVersion   string                  `protobuf:"bytes,5,opt,name=svcVersion,proto3" json:"svcVersion,omitempty"`
	SqlQuery     string                  `protobuf:"bytes,6,opt,name=sqlQuery,proto3" json:"sqlQuery,omitempty"`
	SqlArgs      *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=sqlArgs,proto3" json:"sqlArgs,omitempty"`
	Severity     string                  `protobuf:"bytes,8,opt,name=severity,proto3" json:"severity,omitempty"`
	ExecPath     string                  `protobuf:"bytes,9,opt,name=execPath,proto3" json:"execPath,omitempty"`
	ExecFunction string                  `protobuf:"bytes,10,opt,name=execFunction,proto3" json:"execFunction,omitempty"`
	ErrorMessage *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	StackTrace   *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=stackTrace,proto3" json:"stackTrace,omitempty"`
	Host1        string                  `protobuf:"bytes,13,opt,name=host1,proto3" json:"host1,omitempty"`
	Host2        *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=host2,proto3" json:"host2,omitempty"`
	Duration1    int32                   `protobuf:"varint,15,opt,name=duration1,proto3" json:"duration1,omitempty"`
	Duration2    *wrapperspb.Int32Value  `protobuf:"bytes,16,opt,name=duration2,proto3" json:"duration2,omitempty"`
	StartedAt    string                  `protobuf:"bytes,17,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	FinishedAt   string                  `protobuf:"bytes,18,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
	// contains filtered or unexported fields
}

severity : enum [success, warning, error] startedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ" finishedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ"

func (*RequestDbqV1) Descriptor deprecated

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

Deprecated: Use RequestDbqV1.ProtoReflect.Descriptor instead.

func (*RequestDbqV1) GetDuration1

func (x *RequestDbqV1) GetDuration1() int32

func (*RequestDbqV1) GetDuration2

func (x *RequestDbqV1) GetDuration2() *wrapperspb.Int32Value

func (*RequestDbqV1) GetErrorMessage

func (x *RequestDbqV1) GetErrorMessage() *wrapperspb.StringValue

func (*RequestDbqV1) GetExecFunction

func (x *RequestDbqV1) GetExecFunction() string

func (*RequestDbqV1) GetExecPath

func (x *RequestDbqV1) GetExecPath() string

func (*RequestDbqV1) GetFinishedAt

func (x *RequestDbqV1) GetFinishedAt() string

func (*RequestDbqV1) GetHost1

func (x *RequestDbqV1) GetHost1() string

func (*RequestDbqV1) GetHost2

func (x *RequestDbqV1) GetHost2() *wrapperspb.StringValue

func (*RequestDbqV1) GetPartnerId

func (x *RequestDbqV1) GetPartnerId() *wrapperspb.StringValue

func (*RequestDbqV1) GetSeverity

func (x *RequestDbqV1) GetSeverity() string

func (*RequestDbqV1) GetSqlArgs

func (x *RequestDbqV1) GetSqlArgs() *wrapperspb.StringValue

func (*RequestDbqV1) GetSqlQuery

func (x *RequestDbqV1) GetSqlQuery() string

func (*RequestDbqV1) GetStackTrace

func (x *RequestDbqV1) GetStackTrace() *wrapperspb.StringValue

func (*RequestDbqV1) GetStartedAt

func (x *RequestDbqV1) GetStartedAt() string

func (*RequestDbqV1) GetSvcName

func (x *RequestDbqV1) GetSvcName() string

func (*RequestDbqV1) GetSvcVersion

func (x *RequestDbqV1) GetSvcVersion() string

func (*RequestDbqV1) GetUid

func (x *RequestDbqV1) GetUid() string

func (*RequestDbqV1) GetUserId

func (x *RequestDbqV1) GetUserId() *wrapperspb.StringValue

func (*RequestDbqV1) ProtoMessage

func (*RequestDbqV1) ProtoMessage()

func (*RequestDbqV1) ProtoReflect

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

func (*RequestDbqV1) Reset

func (x *RequestDbqV1) Reset()

func (*RequestDbqV1) String

func (x *RequestDbqV1) String() string

type RequestHttpCallV1 added in v1.0.3

type RequestHttpCallV1 struct {
	Uid        string                  `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	UserId     *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	PartnerId  *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=partnerId,proto3" json:"partnerId,omitempty"`
	SvcName    string                  `protobuf:"bytes,4,opt,name=svcName,proto3" json:"svcName,omitempty"`
	SvcVersion string                  `protobuf:"bytes,5,opt,name=svcVersion,proto3" json:"svcVersion,omitempty"`
	Url        string                  `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	Severity   string                  `protobuf:"bytes,7,opt,name=severity,proto3" json:"severity,omitempty"`
	ReqHeader  *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=reqHeader,proto3" json:"reqHeader,omitempty"`
	ReqParam   *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=reqParam,proto3" json:"reqParam,omitempty"`
	ReqQuery   *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=reqQuery,proto3" json:"reqQuery,omitempty"`
	ReqForm    *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=reqForm,proto3" json:"reqForm,omitempty"`
	ReqFiles   *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=reqFiles,proto3" json:"reqFiles,omitempty"`
	ReqBody    *wrapperspb.StringValue `protobuf:"bytes,13,opt,name=reqBody,proto3" json:"reqBody,omitempty"`
	ResData    *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=resData,proto3" json:"resData,omitempty"`
	ResCode    int32                   `protobuf:"varint,15,opt,name=resCode,proto3" json:"resCode,omitempty"`
	ErrMessage *wrapperspb.StringValue `protobuf:"bytes,16,opt,name=errMessage,proto3" json:"errMessage,omitempty"`
	StackTrace *wrapperspb.StringValue `protobuf:"bytes,17,opt,name=stackTrace,proto3" json:"stackTrace,omitempty"`
	StartedAt  string                  `protobuf:"bytes,18,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	FinishedAt string                  `protobuf:"bytes,19,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
	// contains filtered or unexported fields
}

startedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ" finishedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ"

func (*RequestHttpCallV1) Descriptor deprecated added in v1.0.3

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

Deprecated: Use RequestHttpCallV1.ProtoReflect.Descriptor instead.

func (*RequestHttpCallV1) GetErrMessage added in v1.0.3

func (x *RequestHttpCallV1) GetErrMessage() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetFinishedAt added in v1.0.3

func (x *RequestHttpCallV1) GetFinishedAt() string

func (*RequestHttpCallV1) GetPartnerId added in v1.0.3

func (x *RequestHttpCallV1) GetPartnerId() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetReqBody added in v1.0.3

func (x *RequestHttpCallV1) GetReqBody() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetReqFiles added in v1.0.3

func (x *RequestHttpCallV1) GetReqFiles() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetReqForm added in v1.0.3

func (x *RequestHttpCallV1) GetReqForm() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetReqHeader added in v1.0.3

func (x *RequestHttpCallV1) GetReqHeader() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetReqParam added in v1.0.3

func (x *RequestHttpCallV1) GetReqParam() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetReqQuery added in v1.0.3

func (x *RequestHttpCallV1) GetReqQuery() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetResCode added in v1.0.3

func (x *RequestHttpCallV1) GetResCode() int32

func (*RequestHttpCallV1) GetResData added in v1.0.3

func (x *RequestHttpCallV1) GetResData() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetSeverity added in v1.0.3

func (x *RequestHttpCallV1) GetSeverity() string

func (*RequestHttpCallV1) GetStackTrace added in v1.0.3

func (x *RequestHttpCallV1) GetStackTrace() *wrapperspb.StringValue

func (*RequestHttpCallV1) GetStartedAt added in v1.0.3

func (x *RequestHttpCallV1) GetStartedAt() string

func (*RequestHttpCallV1) GetSvcName added in v1.0.3

func (x *RequestHttpCallV1) GetSvcName() string

func (*RequestHttpCallV1) GetSvcVersion added in v1.0.3

func (x *RequestHttpCallV1) GetSvcVersion() string

func (*RequestHttpCallV1) GetUid added in v1.0.3

func (x *RequestHttpCallV1) GetUid() string

func (*RequestHttpCallV1) GetUrl added in v1.0.3

func (x *RequestHttpCallV1) GetUrl() string

func (*RequestHttpCallV1) GetUserId added in v1.0.3

func (x *RequestHttpCallV1) GetUserId() *wrapperspb.StringValue

func (*RequestHttpCallV1) ProtoMessage added in v1.0.3

func (*RequestHttpCallV1) ProtoMessage()

func (*RequestHttpCallV1) ProtoReflect added in v1.0.3

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

func (*RequestHttpCallV1) Reset added in v1.0.3

func (x *RequestHttpCallV1) Reset()

func (*RequestHttpCallV1) String added in v1.0.3

func (x *RequestHttpCallV1) String() string

type RequestNote added in v1.0.8

type RequestNote struct {
	Uid          string                  `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	ExecPath     string                  `protobuf:"bytes,2,opt,name=execPath,proto3" json:"execPath,omitempty"`
	ExecFunction string                  `protobuf:"bytes,3,opt,name=execFunction,proto3" json:"execFunction,omitempty"`
	Key          *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	SubKey       *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=subKey,proto3" json:"subKey,omitempty"`
	Data         string                  `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestNote) Descriptor deprecated added in v1.0.8

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

Deprecated: Use RequestNote.ProtoReflect.Descriptor instead.

func (*RequestNote) GetData added in v1.0.8

func (x *RequestNote) GetData() string

func (*RequestNote) GetExecFunction added in v1.0.8

func (x *RequestNote) GetExecFunction() string

func (*RequestNote) GetExecPath added in v1.0.8

func (x *RequestNote) GetExecPath() string

func (*RequestNote) GetKey added in v1.0.8

func (x *RequestNote) GetKey() *wrapperspb.StringValue

func (*RequestNote) GetSubKey added in v1.0.8

func (x *RequestNote) GetSubKey() *wrapperspb.StringValue

func (*RequestNote) GetUid added in v1.0.8

func (x *RequestNote) GetUid() string

func (*RequestNote) ProtoMessage added in v1.0.8

func (*RequestNote) ProtoMessage()

func (*RequestNote) ProtoReflect added in v1.0.8

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

func (*RequestNote) Reset added in v1.0.8

func (x *RequestNote) Reset()

func (*RequestNote) String added in v1.0.8

func (x *RequestNote) String() string

type RequestServicePieceV1

type RequestServicePieceV1 struct {
	Uid              string                  `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	SvcName          string                  `protobuf:"bytes,2,opt,name=svcName,proto3" json:"svcName,omitempty"`
	SvcVersion       string                  `protobuf:"bytes,3,opt,name=svcVersion,proto3" json:"svcVersion,omitempty"`
	SvcParentName    *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=svcParentName,proto3" json:"svcParentName,omitempty"`
	SvcParentVersion *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=svcParentVersion,proto3" json:"svcParentVersion,omitempty"`
	Endpoint         string                  `protobuf:"bytes,6,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Url              string                  `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	ReqVersion       *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=reqVersion,proto3" json:"reqVersion,omitempty"`
	ReqSource        *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=reqSource,proto3" json:"reqSource,omitempty"`
	ReqHeader        *wrapperspb.StringValue `protobuf:"bytes,10,opt,name=reqHeader,proto3" json:"reqHeader,omitempty"`
	ReqParam         *wrapperspb.StringValue `protobuf:"bytes,11,opt,name=reqParam,proto3" json:"reqParam,omitempty"`
	ReqQuery         *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=reqQuery,proto3" json:"reqQuery,omitempty"`
	ReqForm          *wrapperspb.StringValue `protobuf:"bytes,13,opt,name=reqForm,proto3" json:"reqForm,omitempty"`
	ReqBody          *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=reqBody,proto3" json:"reqBody,omitempty"`
	ClientIp         string                  `protobuf:"bytes,15,opt,name=clientIp,proto3" json:"clientIp,omitempty"`
	StartedAt        string                  `protobuf:"bytes,16,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	// contains filtered or unexported fields
}

startedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ"

func (*RequestServicePieceV1) Descriptor deprecated

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

Deprecated: Use RequestServicePieceV1.ProtoReflect.Descriptor instead.

func (*RequestServicePieceV1) GetClientIp

func (x *RequestServicePieceV1) GetClientIp() string

func (*RequestServicePieceV1) GetEndpoint

func (x *RequestServicePieceV1) GetEndpoint() string

func (*RequestServicePieceV1) GetReqBody

func (x *RequestServicePieceV1) GetReqBody() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetReqForm

func (x *RequestServicePieceV1) GetReqForm() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetReqHeader

func (x *RequestServicePieceV1) GetReqHeader() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetReqParam

func (x *RequestServicePieceV1) GetReqParam() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetReqQuery

func (x *RequestServicePieceV1) GetReqQuery() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetReqSource

func (x *RequestServicePieceV1) GetReqSource() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetReqVersion

func (x *RequestServicePieceV1) GetReqVersion() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetStartedAt

func (x *RequestServicePieceV1) GetStartedAt() string

func (*RequestServicePieceV1) GetSvcName

func (x *RequestServicePieceV1) GetSvcName() string

func (*RequestServicePieceV1) GetSvcParentName

func (x *RequestServicePieceV1) GetSvcParentName() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetSvcParentVersion

func (x *RequestServicePieceV1) GetSvcParentVersion() *wrapperspb.StringValue

func (*RequestServicePieceV1) GetSvcVersion

func (x *RequestServicePieceV1) GetSvcVersion() string

func (*RequestServicePieceV1) GetUid

func (x *RequestServicePieceV1) GetUid() string

func (*RequestServicePieceV1) GetUrl

func (x *RequestServicePieceV1) GetUrl() string

func (*RequestServicePieceV1) ProtoMessage

func (*RequestServicePieceV1) ProtoMessage()

func (*RequestServicePieceV1) ProtoReflect

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

func (*RequestServicePieceV1) Reset

func (x *RequestServicePieceV1) Reset()

func (*RequestServicePieceV1) String

func (x *RequestServicePieceV1) String() string

type RequestServiceV1

type RequestServiceV1 struct {
	Uid              string                  `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	UserId           *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	PartnerId        *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=partnerId,proto3" json:"partnerId,omitempty"`
	SvcName          string                  `protobuf:"bytes,4,opt,name=svcName,proto3" json:"svcName,omitempty"`
	SvcVersion       string                  `protobuf:"bytes,5,opt,name=svcVersion,proto3" json:"svcVersion,omitempty"`
	SvcParentName    *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=svcParentName,proto3" json:"svcParentName,omitempty"`
	SvcParentVersion *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=svcParentVersion,proto3" json:"svcParentVersion,omitempty"`
	Endpoint         string                  `protobuf:"bytes,8,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Url              string                  `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"`
	Severity         string                  `protobuf:"bytes,10,opt,name=severity,proto3" json:"severity,omitempty"`
	ExecPath         string                  `protobuf:"bytes,11,opt,name=execPath,proto3" json:"execPath,omitempty"`
	ExecFunction     string                  `protobuf:"bytes,12,opt,name=execFunction,proto3" json:"execFunction,omitempty"`
	ReqVersion       *wrapperspb.StringValue `protobuf:"bytes,13,opt,name=reqVersion,proto3" json:"reqVersion,omitempty"`
	ReqSource        *wrapperspb.StringValue `protobuf:"bytes,14,opt,name=reqSource,proto3" json:"reqSource,omitempty"`
	ReqHeader        *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=reqHeader,proto3" json:"reqHeader,omitempty"`
	ReqParam         *wrapperspb.StringValue `protobuf:"bytes,16,opt,name=reqParam,proto3" json:"reqParam,omitempty"`
	ReqQuery         *wrapperspb.StringValue `protobuf:"bytes,17,opt,name=reqQuery,proto3" json:"reqQuery,omitempty"`
	ReqForm          *wrapperspb.StringValue `protobuf:"bytes,18,opt,name=reqForm,proto3" json:"reqForm,omitempty"`
	ReqFiles         *wrapperspb.StringValue `protobuf:"bytes,19,opt,name=reqFiles,proto3" json:"reqFiles,omitempty"`
	ReqBody          *wrapperspb.StringValue `protobuf:"bytes,20,opt,name=reqBody,proto3" json:"reqBody,omitempty"`
	ResData          *wrapperspb.StringValue `protobuf:"bytes,21,opt,name=resData,proto3" json:"resData,omitempty"`
	ResCode          int32                   `protobuf:"varint,22,opt,name=resCode,proto3" json:"resCode,omitempty"`
	ResSubCode       string                  `protobuf:"bytes,23,opt,name=resSubCode,proto3" json:"resSubCode,omitempty"`
	ErrMessage       *wrapperspb.StringValue `protobuf:"bytes,24,opt,name=errMessage,proto3" json:"errMessage,omitempty"`
	StackTrace       *wrapperspb.StringValue `protobuf:"bytes,25,opt,name=stackTrace,proto3" json:"stackTrace,omitempty"`
	ClientIp         string                  `protobuf:"bytes,26,opt,name=clientIp,proto3" json:"clientIp,omitempty"`
	StartedAt        string                  `protobuf:"bytes,27,opt,name=startedAt,proto3" json:"startedAt,omitempty"`
	FinishedAt       string                  `protobuf:"bytes,28,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"`
	// contains filtered or unexported fields
}

severity : server (1xx & 3xx), success (2xx), warning (4xx), error (5xx) startedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ" finishedAt : format "yyyy-MM-dd HH:mm:ss.SSSSSS TZ"

func (*RequestServiceV1) Descriptor deprecated

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

Deprecated: Use RequestServiceV1.ProtoReflect.Descriptor instead.

func (*RequestServiceV1) GetClientIp

func (x *RequestServiceV1) GetClientIp() string

func (*RequestServiceV1) GetEndpoint

func (x *RequestServiceV1) GetEndpoint() string

func (*RequestServiceV1) GetErrMessage

func (x *RequestServiceV1) GetErrMessage() *wrapperspb.StringValue

func (*RequestServiceV1) GetExecFunction

func (x *RequestServiceV1) GetExecFunction() string

func (*RequestServiceV1) GetExecPath

func (x *RequestServiceV1) GetExecPath() string

func (*RequestServiceV1) GetFinishedAt

func (x *RequestServiceV1) GetFinishedAt() string

func (*RequestServiceV1) GetPartnerId

func (x *RequestServiceV1) GetPartnerId() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqBody

func (x *RequestServiceV1) GetReqBody() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqFiles

func (x *RequestServiceV1) GetReqFiles() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqForm

func (x *RequestServiceV1) GetReqForm() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqHeader

func (x *RequestServiceV1) GetReqHeader() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqParam

func (x *RequestServiceV1) GetReqParam() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqQuery

func (x *RequestServiceV1) GetReqQuery() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqSource

func (x *RequestServiceV1) GetReqSource() *wrapperspb.StringValue

func (*RequestServiceV1) GetReqVersion

func (x *RequestServiceV1) GetReqVersion() *wrapperspb.StringValue

func (*RequestServiceV1) GetResCode

func (x *RequestServiceV1) GetResCode() int32

func (*RequestServiceV1) GetResData

func (x *RequestServiceV1) GetResData() *wrapperspb.StringValue

func (*RequestServiceV1) GetResSubCode added in v1.0.5

func (x *RequestServiceV1) GetResSubCode() string

func (*RequestServiceV1) GetSeverity

func (x *RequestServiceV1) GetSeverity() string

func (*RequestServiceV1) GetStackTrace

func (x *RequestServiceV1) GetStackTrace() *wrapperspb.StringValue

func (*RequestServiceV1) GetStartedAt

func (x *RequestServiceV1) GetStartedAt() string

func (*RequestServiceV1) GetSvcName

func (x *RequestServiceV1) GetSvcName() string

func (*RequestServiceV1) GetSvcParentName

func (x *RequestServiceV1) GetSvcParentName() *wrapperspb.StringValue

func (*RequestServiceV1) GetSvcParentVersion

func (x *RequestServiceV1) GetSvcParentVersion() *wrapperspb.StringValue

func (*RequestServiceV1) GetSvcVersion

func (x *RequestServiceV1) GetSvcVersion() string

func (*RequestServiceV1) GetUid

func (x *RequestServiceV1) GetUid() string

func (*RequestServiceV1) GetUrl

func (x *RequestServiceV1) GetUrl() string

func (*RequestServiceV1) GetUserId

func (x *RequestServiceV1) GetUserId() *wrapperspb.StringValue

func (*RequestServiceV1) ProtoMessage

func (*RequestServiceV1) ProtoMessage()

func (*RequestServiceV1) ProtoReflect

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

func (*RequestServiceV1) Reset

func (x *RequestServiceV1) Reset()

func (*RequestServiceV1) String

func (x *RequestServiceV1) String() string

type Response

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

status: enum [ok, !ok]

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetMessage

func (x *Response) GetMessage() string

func (*Response) GetStatus

func (x *Response) GetStatus() string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type UnimplementedCLogServiceServer

type UnimplementedCLogServiceServer struct {
}

UnimplementedCLogServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedCLogServiceServer) DbqV1

func (UnimplementedCLogServiceServer) HttpCallV1 added in v1.0.3

func (UnimplementedCLogServiceServer) Note added in v1.0.8

func (UnimplementedCLogServiceServer) ServicePieceV1

func (UnimplementedCLogServiceServer) ServiceV1

type UnsafeCLogServiceServer

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

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

Jump to

Keyboard shortcuts

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