v1

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LogService_FilterBalanceLog_FullMethodName              = "/api.admin.log.v1.LogService/FilterBalanceLog"
	LogService_FilterCommissionLog_FullMethodName           = "/api.admin.log.v1.LogService/FilterCommissionLog"
	LogService_FilterEmailLog_FullMethodName                = "/api.admin.log.v1.LogService/FilterEmailLog"
	LogService_FilterGiftLog_FullMethodName                 = "/api.admin.log.v1.LogService/FilterGiftLog"
	LogService_FilterLoginLog_FullMethodName                = "/api.admin.log.v1.LogService/FilterLoginLog"
	LogService_GetMessageLogList_FullMethodName             = "/api.admin.log.v1.LogService/GetMessageLogList"
	LogService_FilterMobileLog_FullMethodName               = "/api.admin.log.v1.LogService/FilterMobileLog"
	LogService_FilterRegisterLog_FullMethodName             = "/api.admin.log.v1.LogService/FilterRegisterLog"
	LogService_FilterServerTrafficLog_FullMethodName        = "/api.admin.log.v1.LogService/FilterServerTrafficLog"
	LogService_FilterSubscribeLog_FullMethodName            = "/api.admin.log.v1.LogService/FilterSubscribeLog"
	LogService_FilterResetSubscribeLog_FullMethodName       = "/api.admin.log.v1.LogService/FilterResetSubscribeLog"
	LogService_FilterUserSubscribeTrafficLog_FullMethodName = "/api.admin.log.v1.LogService/FilterUserSubscribeTrafficLog"
	LogService_FilterTrafficLogDetails_FullMethodName       = "/api.admin.log.v1.LogService/FilterTrafficLogDetails"
	LogService_GetLogSetting_FullMethodName                 = "/api.admin.log.v1.LogService/GetLogSetting"
	LogService_UpdateLogSetting_FullMethodName              = "/api.admin.log.v1.LogService/UpdateLogSetting"
)
View Source
const OperationLogServiceFilterBalanceLog = "/api.admin.log.v1.LogService/FilterBalanceLog"
View Source
const OperationLogServiceFilterCommissionLog = "/api.admin.log.v1.LogService/FilterCommissionLog"
View Source
const OperationLogServiceFilterEmailLog = "/api.admin.log.v1.LogService/FilterEmailLog"
View Source
const OperationLogServiceFilterGiftLog = "/api.admin.log.v1.LogService/FilterGiftLog"
View Source
const OperationLogServiceFilterLoginLog = "/api.admin.log.v1.LogService/FilterLoginLog"
View Source
const OperationLogServiceFilterMobileLog = "/api.admin.log.v1.LogService/FilterMobileLog"
View Source
const OperationLogServiceFilterRegisterLog = "/api.admin.log.v1.LogService/FilterRegisterLog"
View Source
const OperationLogServiceFilterResetSubscribeLog = "/api.admin.log.v1.LogService/FilterResetSubscribeLog"
View Source
const OperationLogServiceFilterServerTrafficLog = "/api.admin.log.v1.LogService/FilterServerTrafficLog"
View Source
const OperationLogServiceFilterSubscribeLog = "/api.admin.log.v1.LogService/FilterSubscribeLog"
View Source
const OperationLogServiceFilterTrafficLogDetails = "/api.admin.log.v1.LogService/FilterTrafficLogDetails"
View Source
const OperationLogServiceFilterUserSubscribeTrafficLog = "/api.admin.log.v1.LogService/FilterUserSubscribeTrafficLog"
View Source
const OperationLogServiceGetLogSetting = "/api.admin.log.v1.LogService/GetLogSetting"
View Source
const OperationLogServiceGetMessageLogList = "/api.admin.log.v1.LogService/GetMessageLogList"
View Source
const OperationLogServiceUpdateLogSetting = "/api.admin.log.v1.LogService/UpdateLogSetting"

Variables

View Source
var File_admin_log_v1_log_proto protoreflect.FileDescriptor
View Source
var LogService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.admin.log.v1.LogService",
	HandlerType: (*LogServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "FilterBalanceLog",
			Handler:    _LogService_FilterBalanceLog_Handler,
		},
		{
			MethodName: "FilterCommissionLog",
			Handler:    _LogService_FilterCommissionLog_Handler,
		},
		{
			MethodName: "FilterEmailLog",
			Handler:    _LogService_FilterEmailLog_Handler,
		},
		{
			MethodName: "FilterGiftLog",
			Handler:    _LogService_FilterGiftLog_Handler,
		},
		{
			MethodName: "FilterLoginLog",
			Handler:    _LogService_FilterLoginLog_Handler,
		},
		{
			MethodName: "GetMessageLogList",
			Handler:    _LogService_GetMessageLogList_Handler,
		},
		{
			MethodName: "FilterMobileLog",
			Handler:    _LogService_FilterMobileLog_Handler,
		},
		{
			MethodName: "FilterRegisterLog",
			Handler:    _LogService_FilterRegisterLog_Handler,
		},
		{
			MethodName: "FilterServerTrafficLog",
			Handler:    _LogService_FilterServerTrafficLog_Handler,
		},
		{
			MethodName: "FilterSubscribeLog",
			Handler:    _LogService_FilterSubscribeLog_Handler,
		},
		{
			MethodName: "FilterResetSubscribeLog",
			Handler:    _LogService_FilterResetSubscribeLog_Handler,
		},
		{
			MethodName: "FilterUserSubscribeTrafficLog",
			Handler:    _LogService_FilterUserSubscribeTrafficLog_Handler,
		},
		{
			MethodName: "FilterTrafficLogDetails",
			Handler:    _LogService_FilterTrafficLogDetails_Handler,
		},
		{
			MethodName: "GetLogSetting",
			Handler:    _LogService_GetLogSetting_Handler,
		},
		{
			MethodName: "UpdateLogSetting",
			Handler:    _LogService_UpdateLogSetting_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "admin/log/v1/log.proto",
}

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

Functions

func RegisterLogServiceHTTPServer

func RegisterLogServiceHTTPServer(s *http.Server, srv LogServiceHTTPServer)

func RegisterLogServiceServer

func RegisterLogServiceServer(s grpc.ServiceRegistrar, srv LogServiceServer)

Types

type BalanceLog

type BalanceLog struct {
	Type      int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	UserId    int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Amount    int64  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	OrderNo   string `protobuf:"bytes,4,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
	Balance   int64  `protobuf:"varint,5,opt,name=balance,proto3" json:"balance,omitempty"`
	Timestamp int64  `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*BalanceLog) Descriptor deprecated

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

Deprecated: Use BalanceLog.ProtoReflect.Descriptor instead.

func (*BalanceLog) GetAmount

func (x *BalanceLog) GetAmount() int64

func (*BalanceLog) GetBalance

func (x *BalanceLog) GetBalance() int64

func (*BalanceLog) GetOrderNo

func (x *BalanceLog) GetOrderNo() string

func (*BalanceLog) GetTimestamp

func (x *BalanceLog) GetTimestamp() int64

func (*BalanceLog) GetType

func (x *BalanceLog) GetType() int32

func (*BalanceLog) GetUserId

func (x *BalanceLog) GetUserId() int64

func (*BalanceLog) ProtoMessage

func (*BalanceLog) ProtoMessage()

func (*BalanceLog) ProtoReflect

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

func (*BalanceLog) Reset

func (x *BalanceLog) Reset()

func (*BalanceLog) String

func (x *BalanceLog) String() string

func (*BalanceLog) Validate

func (m *BalanceLog) Validate() error

Validate checks the field values on BalanceLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BalanceLog) ValidateAll

func (m *BalanceLog) ValidateAll() error

ValidateAll checks the field values on BalanceLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BalanceLogMultiError, or nil if none found.

type BalanceLogMultiError

type BalanceLogMultiError []error

BalanceLogMultiError is an error wrapping multiple validation errors returned by BalanceLog.ValidateAll() if the designated constraints aren't met.

func (BalanceLogMultiError) AllErrors

func (m BalanceLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BalanceLogMultiError) Error

func (m BalanceLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BalanceLogValidationError

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

BalanceLogValidationError is the validation error returned by BalanceLog.Validate if the designated constraints aren't met.

func (BalanceLogValidationError) Cause

func (e BalanceLogValidationError) Cause() error

Cause function returns cause value.

func (BalanceLogValidationError) Error

Error satisfies the builtin error interface

func (BalanceLogValidationError) ErrorName

func (e BalanceLogValidationError) ErrorName() string

ErrorName returns error name.

func (BalanceLogValidationError) Field

Field function returns field value.

func (BalanceLogValidationError) Key

Key function returns key value.

func (BalanceLogValidationError) Reason

func (e BalanceLogValidationError) Reason() string

Reason function returns reason value.

type CommissionLog

type CommissionLog struct {
	Type      int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	UserId    int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Amount    int64  `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	OrderNo   string `protobuf:"bytes,4,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
	Timestamp int64  `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*CommissionLog) Descriptor deprecated

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

Deprecated: Use CommissionLog.ProtoReflect.Descriptor instead.

func (*CommissionLog) GetAmount

func (x *CommissionLog) GetAmount() int64

func (*CommissionLog) GetOrderNo

func (x *CommissionLog) GetOrderNo() string

func (*CommissionLog) GetTimestamp

func (x *CommissionLog) GetTimestamp() int64

func (*CommissionLog) GetType

func (x *CommissionLog) GetType() int32

func (*CommissionLog) GetUserId

func (x *CommissionLog) GetUserId() int64

func (*CommissionLog) ProtoMessage

func (*CommissionLog) ProtoMessage()

func (*CommissionLog) ProtoReflect

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

func (*CommissionLog) Reset

func (x *CommissionLog) Reset()

func (*CommissionLog) String

func (x *CommissionLog) String() string

func (*CommissionLog) Validate

func (m *CommissionLog) Validate() error

Validate checks the field values on CommissionLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommissionLog) ValidateAll

func (m *CommissionLog) ValidateAll() error

ValidateAll checks the field values on CommissionLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommissionLogMultiError, or nil if none found.

type CommissionLogMultiError

type CommissionLogMultiError []error

CommissionLogMultiError is an error wrapping multiple validation errors returned by CommissionLog.ValidateAll() if the designated constraints aren't met.

func (CommissionLogMultiError) AllErrors

func (m CommissionLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommissionLogMultiError) Error

func (m CommissionLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CommissionLogValidationError

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

CommissionLogValidationError is the validation error returned by CommissionLog.Validate if the designated constraints aren't met.

func (CommissionLogValidationError) Cause

Cause function returns cause value.

func (CommissionLogValidationError) Error

Error satisfies the builtin error interface

func (CommissionLogValidationError) ErrorName

func (e CommissionLogValidationError) ErrorName() string

ErrorName returns error name.

func (CommissionLogValidationError) Field

Field function returns field value.

func (CommissionLogValidationError) Key

Key function returns key value.

func (CommissionLogValidationError) Reason

Reason function returns reason value.

type EmailLog

type EmailLog struct {
	Id        int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type      int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Platform  string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
	To        string `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"`
	Subject   string `protobuf:"bytes,5,opt,name=subject,proto3" json:"subject,omitempty"`
	Content   string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	Status    int32  `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailLog) Descriptor deprecated

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

Deprecated: Use EmailLog.ProtoReflect.Descriptor instead.

func (*EmailLog) GetContent

func (x *EmailLog) GetContent() string

func (*EmailLog) GetCreatedAt

func (x *EmailLog) GetCreatedAt() int64

func (*EmailLog) GetId

func (x *EmailLog) GetId() int64

func (*EmailLog) GetPlatform

func (x *EmailLog) GetPlatform() string

func (*EmailLog) GetStatus

func (x *EmailLog) GetStatus() int32

func (*EmailLog) GetSubject

func (x *EmailLog) GetSubject() string

func (*EmailLog) GetTo

func (x *EmailLog) GetTo() string

func (*EmailLog) GetType

func (x *EmailLog) GetType() int32

func (*EmailLog) ProtoMessage

func (*EmailLog) ProtoMessage()

func (*EmailLog) ProtoReflect

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

func (*EmailLog) Reset

func (x *EmailLog) Reset()

func (*EmailLog) String

func (x *EmailLog) String() string

func (*EmailLog) Validate

func (m *EmailLog) Validate() error

Validate checks the field values on EmailLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailLog) ValidateAll

func (m *EmailLog) ValidateAll() error

ValidateAll checks the field values on EmailLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailLogMultiError, or nil if none found.

type EmailLogMultiError

type EmailLogMultiError []error

EmailLogMultiError is an error wrapping multiple validation errors returned by EmailLog.ValidateAll() if the designated constraints aren't met.

func (EmailLogMultiError) AllErrors

func (m EmailLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailLogMultiError) Error

func (m EmailLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EmailLogValidationError

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

EmailLogValidationError is the validation error returned by EmailLog.Validate if the designated constraints aren't met.

func (EmailLogValidationError) Cause

func (e EmailLogValidationError) Cause() error

Cause function returns cause value.

func (EmailLogValidationError) Error

func (e EmailLogValidationError) Error() string

Error satisfies the builtin error interface

func (EmailLogValidationError) ErrorName

func (e EmailLogValidationError) ErrorName() string

ErrorName returns error name.

func (EmailLogValidationError) Field

func (e EmailLogValidationError) Field() string

Field function returns field value.

func (EmailLogValidationError) Key

func (e EmailLogValidationError) Key() bool

Key function returns key value.

func (EmailLogValidationError) Reason

func (e EmailLogValidationError) Reason() string

Reason function returns reason value.

type FilterBalanceLogData

type FilterBalanceLogData struct {
	Total int32         `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*BalanceLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterBalanceLogData) Descriptor deprecated

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

Deprecated: Use FilterBalanceLogData.ProtoReflect.Descriptor instead.

func (*FilterBalanceLogData) GetList

func (x *FilterBalanceLogData) GetList() []*BalanceLog

func (*FilterBalanceLogData) GetTotal

func (x *FilterBalanceLogData) GetTotal() int32

func (*FilterBalanceLogData) ProtoMessage

func (*FilterBalanceLogData) ProtoMessage()

func (*FilterBalanceLogData) ProtoReflect

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

func (*FilterBalanceLogData) Reset

func (x *FilterBalanceLogData) Reset()

func (*FilterBalanceLogData) String

func (x *FilterBalanceLogData) String() string

func (*FilterBalanceLogData) Validate

func (m *FilterBalanceLogData) Validate() error

Validate checks the field values on FilterBalanceLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterBalanceLogData) ValidateAll

func (m *FilterBalanceLogData) ValidateAll() error

ValidateAll checks the field values on FilterBalanceLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterBalanceLogDataMultiError, or nil if none found.

type FilterBalanceLogDataMultiError

type FilterBalanceLogDataMultiError []error

FilterBalanceLogDataMultiError is an error wrapping multiple validation errors returned by FilterBalanceLogData.ValidateAll() if the designated constraints aren't met.

func (FilterBalanceLogDataMultiError) AllErrors

func (m FilterBalanceLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterBalanceLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterBalanceLogDataValidationError

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

FilterBalanceLogDataValidationError is the validation error returned by FilterBalanceLogData.Validate if the designated constraints aren't met.

func (FilterBalanceLogDataValidationError) Cause

Cause function returns cause value.

func (FilterBalanceLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterBalanceLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterBalanceLogDataValidationError) Field

Field function returns field value.

func (FilterBalanceLogDataValidationError) Key

Key function returns key value.

func (FilterBalanceLogDataValidationError) Reason

Reason function returns reason value.

type FilterBalanceLogReply

type FilterBalanceLogReply struct {
	Code    int32                 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterBalanceLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterBalanceLogReply) Descriptor deprecated

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

Deprecated: Use FilterBalanceLogReply.ProtoReflect.Descriptor instead.

func (*FilterBalanceLogReply) GetCode

func (x *FilterBalanceLogReply) GetCode() int32

func (*FilterBalanceLogReply) GetData

func (*FilterBalanceLogReply) GetMessage

func (x *FilterBalanceLogReply) GetMessage() string

func (*FilterBalanceLogReply) ProtoMessage

func (*FilterBalanceLogReply) ProtoMessage()

func (*FilterBalanceLogReply) ProtoReflect

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

func (*FilterBalanceLogReply) Reset

func (x *FilterBalanceLogReply) Reset()

func (*FilterBalanceLogReply) String

func (x *FilterBalanceLogReply) String() string

func (*FilterBalanceLogReply) Validate

func (m *FilterBalanceLogReply) Validate() error

Validate checks the field values on FilterBalanceLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterBalanceLogReply) ValidateAll

func (m *FilterBalanceLogReply) ValidateAll() error

ValidateAll checks the field values on FilterBalanceLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterBalanceLogReplyMultiError, or nil if none found.

type FilterBalanceLogReplyMultiError

type FilterBalanceLogReplyMultiError []error

FilterBalanceLogReplyMultiError is an error wrapping multiple validation errors returned by FilterBalanceLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterBalanceLogReplyMultiError) AllErrors

func (m FilterBalanceLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterBalanceLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterBalanceLogReplyValidationError

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

FilterBalanceLogReplyValidationError is the validation error returned by FilterBalanceLogReply.Validate if the designated constraints aren't met.

func (FilterBalanceLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterBalanceLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterBalanceLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterBalanceLogReplyValidationError) Field

Field function returns field value.

func (FilterBalanceLogReplyValidationError) Key

Key function returns key value.

func (FilterBalanceLogReplyValidationError) Reason

Reason function returns reason value.

type FilterBalanceLogRequest

type FilterBalanceLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 可选,过滤特定用户
	// contains filtered or unexported fields
}

==================== Balance Log ====================

func (*FilterBalanceLogRequest) Descriptor deprecated

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

Deprecated: Use FilterBalanceLogRequest.ProtoReflect.Descriptor instead.

func (*FilterBalanceLogRequest) GetDate

func (x *FilterBalanceLogRequest) GetDate() string

func (*FilterBalanceLogRequest) GetPage

func (x *FilterBalanceLogRequest) GetPage() int32

func (*FilterBalanceLogRequest) GetSize

func (x *FilterBalanceLogRequest) GetSize() int32

func (*FilterBalanceLogRequest) GetUserId

func (x *FilterBalanceLogRequest) GetUserId() int64

func (*FilterBalanceLogRequest) ProtoMessage

func (*FilterBalanceLogRequest) ProtoMessage()

func (*FilterBalanceLogRequest) ProtoReflect

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

func (*FilterBalanceLogRequest) Reset

func (x *FilterBalanceLogRequest) Reset()

func (*FilterBalanceLogRequest) String

func (x *FilterBalanceLogRequest) String() string

func (*FilterBalanceLogRequest) Validate

func (m *FilterBalanceLogRequest) Validate() error

Validate checks the field values on FilterBalanceLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterBalanceLogRequest) ValidateAll

func (m *FilterBalanceLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterBalanceLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterBalanceLogRequestMultiError, or nil if none found.

type FilterBalanceLogRequestMultiError

type FilterBalanceLogRequestMultiError []error

FilterBalanceLogRequestMultiError is an error wrapping multiple validation errors returned by FilterBalanceLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterBalanceLogRequestMultiError) AllErrors

func (m FilterBalanceLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterBalanceLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterBalanceLogRequestValidationError

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

FilterBalanceLogRequestValidationError is the validation error returned by FilterBalanceLogRequest.Validate if the designated constraints aren't met.

func (FilterBalanceLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterBalanceLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterBalanceLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterBalanceLogRequestValidationError) Field

Field function returns field value.

func (FilterBalanceLogRequestValidationError) Key

Key function returns key value.

func (FilterBalanceLogRequestValidationError) Reason

Reason function returns reason value.

type FilterCommissionLogData

type FilterCommissionLogData struct {
	Total int32            `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*CommissionLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterCommissionLogData) Descriptor deprecated

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

Deprecated: Use FilterCommissionLogData.ProtoReflect.Descriptor instead.

func (*FilterCommissionLogData) GetList

func (x *FilterCommissionLogData) GetList() []*CommissionLog

func (*FilterCommissionLogData) GetTotal

func (x *FilterCommissionLogData) GetTotal() int32

func (*FilterCommissionLogData) ProtoMessage

func (*FilterCommissionLogData) ProtoMessage()

func (*FilterCommissionLogData) ProtoReflect

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

func (*FilterCommissionLogData) Reset

func (x *FilterCommissionLogData) Reset()

func (*FilterCommissionLogData) String

func (x *FilterCommissionLogData) String() string

func (*FilterCommissionLogData) Validate

func (m *FilterCommissionLogData) Validate() error

Validate checks the field values on FilterCommissionLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterCommissionLogData) ValidateAll

func (m *FilterCommissionLogData) ValidateAll() error

ValidateAll checks the field values on FilterCommissionLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterCommissionLogDataMultiError, or nil if none found.

type FilterCommissionLogDataMultiError

type FilterCommissionLogDataMultiError []error

FilterCommissionLogDataMultiError is an error wrapping multiple validation errors returned by FilterCommissionLogData.ValidateAll() if the designated constraints aren't met.

func (FilterCommissionLogDataMultiError) AllErrors

func (m FilterCommissionLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterCommissionLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterCommissionLogDataValidationError

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

FilterCommissionLogDataValidationError is the validation error returned by FilterCommissionLogData.Validate if the designated constraints aren't met.

func (FilterCommissionLogDataValidationError) Cause

Cause function returns cause value.

func (FilterCommissionLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterCommissionLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterCommissionLogDataValidationError) Field

Field function returns field value.

func (FilterCommissionLogDataValidationError) Key

Key function returns key value.

func (FilterCommissionLogDataValidationError) Reason

Reason function returns reason value.

type FilterCommissionLogReply

type FilterCommissionLogReply struct {
	Code    int32                    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterCommissionLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterCommissionLogReply) Descriptor deprecated

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

Deprecated: Use FilterCommissionLogReply.ProtoReflect.Descriptor instead.

func (*FilterCommissionLogReply) GetCode

func (x *FilterCommissionLogReply) GetCode() int32

func (*FilterCommissionLogReply) GetData

func (*FilterCommissionLogReply) GetMessage

func (x *FilterCommissionLogReply) GetMessage() string

func (*FilterCommissionLogReply) ProtoMessage

func (*FilterCommissionLogReply) ProtoMessage()

func (*FilterCommissionLogReply) ProtoReflect

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

func (*FilterCommissionLogReply) Reset

func (x *FilterCommissionLogReply) Reset()

func (*FilterCommissionLogReply) String

func (x *FilterCommissionLogReply) String() string

func (*FilterCommissionLogReply) Validate

func (m *FilterCommissionLogReply) Validate() error

Validate checks the field values on FilterCommissionLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterCommissionLogReply) ValidateAll

func (m *FilterCommissionLogReply) ValidateAll() error

ValidateAll checks the field values on FilterCommissionLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterCommissionLogReplyMultiError, or nil if none found.

type FilterCommissionLogReplyMultiError

type FilterCommissionLogReplyMultiError []error

FilterCommissionLogReplyMultiError is an error wrapping multiple validation errors returned by FilterCommissionLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterCommissionLogReplyMultiError) AllErrors

func (m FilterCommissionLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterCommissionLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterCommissionLogReplyValidationError

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

FilterCommissionLogReplyValidationError is the validation error returned by FilterCommissionLogReply.Validate if the designated constraints aren't met.

func (FilterCommissionLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterCommissionLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterCommissionLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterCommissionLogReplyValidationError) Field

Field function returns field value.

func (FilterCommissionLogReplyValidationError) Key

Key function returns key value.

func (FilterCommissionLogReplyValidationError) Reason

Reason function returns reason value.

type FilterCommissionLogRequest

type FilterCommissionLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

==================== Commission Log ====================

func (*FilterCommissionLogRequest) Descriptor deprecated

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

Deprecated: Use FilterCommissionLogRequest.ProtoReflect.Descriptor instead.

func (*FilterCommissionLogRequest) GetDate

func (x *FilterCommissionLogRequest) GetDate() string

func (*FilterCommissionLogRequest) GetPage

func (x *FilterCommissionLogRequest) GetPage() int32

func (*FilterCommissionLogRequest) GetSize

func (x *FilterCommissionLogRequest) GetSize() int32

func (*FilterCommissionLogRequest) GetUserId

func (x *FilterCommissionLogRequest) GetUserId() int64

func (*FilterCommissionLogRequest) ProtoMessage

func (*FilterCommissionLogRequest) ProtoMessage()

func (*FilterCommissionLogRequest) ProtoReflect

func (*FilterCommissionLogRequest) Reset

func (x *FilterCommissionLogRequest) Reset()

func (*FilterCommissionLogRequest) String

func (x *FilterCommissionLogRequest) String() string

func (*FilterCommissionLogRequest) Validate

func (m *FilterCommissionLogRequest) Validate() error

Validate checks the field values on FilterCommissionLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterCommissionLogRequest) ValidateAll

func (m *FilterCommissionLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterCommissionLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterCommissionLogRequestMultiError, or nil if none found.

type FilterCommissionLogRequestMultiError

type FilterCommissionLogRequestMultiError []error

FilterCommissionLogRequestMultiError is an error wrapping multiple validation errors returned by FilterCommissionLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterCommissionLogRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterCommissionLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterCommissionLogRequestValidationError

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

FilterCommissionLogRequestValidationError is the validation error returned by FilterCommissionLogRequest.Validate if the designated constraints aren't met.

func (FilterCommissionLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterCommissionLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterCommissionLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterCommissionLogRequestValidationError) Field

Field function returns field value.

func (FilterCommissionLogRequestValidationError) Key

Key function returns key value.

func (FilterCommissionLogRequestValidationError) Reason

Reason function returns reason value.

type FilterEmailLogData

type FilterEmailLogData struct {
	Total int32       `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*EmailLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterEmailLogData) Descriptor deprecated

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

Deprecated: Use FilterEmailLogData.ProtoReflect.Descriptor instead.

func (*FilterEmailLogData) GetList

func (x *FilterEmailLogData) GetList() []*EmailLog

func (*FilterEmailLogData) GetTotal

func (x *FilterEmailLogData) GetTotal() int32

func (*FilterEmailLogData) ProtoMessage

func (*FilterEmailLogData) ProtoMessage()

func (*FilterEmailLogData) ProtoReflect

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

func (*FilterEmailLogData) Reset

func (x *FilterEmailLogData) Reset()

func (*FilterEmailLogData) String

func (x *FilterEmailLogData) String() string

func (*FilterEmailLogData) Validate

func (m *FilterEmailLogData) Validate() error

Validate checks the field values on FilterEmailLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterEmailLogData) ValidateAll

func (m *FilterEmailLogData) ValidateAll() error

ValidateAll checks the field values on FilterEmailLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterEmailLogDataMultiError, or nil if none found.

type FilterEmailLogDataMultiError

type FilterEmailLogDataMultiError []error

FilterEmailLogDataMultiError is an error wrapping multiple validation errors returned by FilterEmailLogData.ValidateAll() if the designated constraints aren't met.

func (FilterEmailLogDataMultiError) AllErrors

func (m FilterEmailLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterEmailLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterEmailLogDataValidationError

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

FilterEmailLogDataValidationError is the validation error returned by FilterEmailLogData.Validate if the designated constraints aren't met.

func (FilterEmailLogDataValidationError) Cause

Cause function returns cause value.

func (FilterEmailLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterEmailLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterEmailLogDataValidationError) Field

Field function returns field value.

func (FilterEmailLogDataValidationError) Key

Key function returns key value.

func (FilterEmailLogDataValidationError) Reason

Reason function returns reason value.

type FilterEmailLogReply

type FilterEmailLogReply struct {
	Code    int32               `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterEmailLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterEmailLogReply) Descriptor deprecated

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

Deprecated: Use FilterEmailLogReply.ProtoReflect.Descriptor instead.

func (*FilterEmailLogReply) GetCode

func (x *FilterEmailLogReply) GetCode() int32

func (*FilterEmailLogReply) GetData

func (*FilterEmailLogReply) GetMessage

func (x *FilterEmailLogReply) GetMessage() string

func (*FilterEmailLogReply) ProtoMessage

func (*FilterEmailLogReply) ProtoMessage()

func (*FilterEmailLogReply) ProtoReflect

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

func (*FilterEmailLogReply) Reset

func (x *FilterEmailLogReply) Reset()

func (*FilterEmailLogReply) String

func (x *FilterEmailLogReply) String() string

func (*FilterEmailLogReply) Validate

func (m *FilterEmailLogReply) Validate() error

Validate checks the field values on FilterEmailLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterEmailLogReply) ValidateAll

func (m *FilterEmailLogReply) ValidateAll() error

ValidateAll checks the field values on FilterEmailLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterEmailLogReplyMultiError, or nil if none found.

type FilterEmailLogReplyMultiError

type FilterEmailLogReplyMultiError []error

FilterEmailLogReplyMultiError is an error wrapping multiple validation errors returned by FilterEmailLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterEmailLogReplyMultiError) AllErrors

func (m FilterEmailLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterEmailLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterEmailLogReplyValidationError

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

FilterEmailLogReplyValidationError is the validation error returned by FilterEmailLogReply.Validate if the designated constraints aren't met.

func (FilterEmailLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterEmailLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterEmailLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterEmailLogReplyValidationError) Field

Field function returns field value.

func (FilterEmailLogReplyValidationError) Key

Key function returns key value.

func (FilterEmailLogReplyValidationError) Reason

Reason function returns reason value.

type FilterEmailLogRequest

type FilterEmailLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Email Log ====================

func (*FilterEmailLogRequest) Descriptor deprecated

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

Deprecated: Use FilterEmailLogRequest.ProtoReflect.Descriptor instead.

func (*FilterEmailLogRequest) GetDate

func (x *FilterEmailLogRequest) GetDate() string

func (*FilterEmailLogRequest) GetPage

func (x *FilterEmailLogRequest) GetPage() int32

func (*FilterEmailLogRequest) GetSearch

func (x *FilterEmailLogRequest) GetSearch() string

func (*FilterEmailLogRequest) GetSize

func (x *FilterEmailLogRequest) GetSize() int32

func (*FilterEmailLogRequest) ProtoMessage

func (*FilterEmailLogRequest) ProtoMessage()

func (*FilterEmailLogRequest) ProtoReflect

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

func (*FilterEmailLogRequest) Reset

func (x *FilterEmailLogRequest) Reset()

func (*FilterEmailLogRequest) String

func (x *FilterEmailLogRequest) String() string

func (*FilterEmailLogRequest) Validate

func (m *FilterEmailLogRequest) Validate() error

Validate checks the field values on FilterEmailLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterEmailLogRequest) ValidateAll

func (m *FilterEmailLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterEmailLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterEmailLogRequestMultiError, or nil if none found.

type FilterEmailLogRequestMultiError

type FilterEmailLogRequestMultiError []error

FilterEmailLogRequestMultiError is an error wrapping multiple validation errors returned by FilterEmailLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterEmailLogRequestMultiError) AllErrors

func (m FilterEmailLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterEmailLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterEmailLogRequestValidationError

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

FilterEmailLogRequestValidationError is the validation error returned by FilterEmailLogRequest.Validate if the designated constraints aren't met.

func (FilterEmailLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterEmailLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterEmailLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterEmailLogRequestValidationError) Field

Field function returns field value.

func (FilterEmailLogRequestValidationError) Key

Key function returns key value.

func (FilterEmailLogRequestValidationError) Reason

Reason function returns reason value.

type FilterGiftLogData

type FilterGiftLogData struct {
	Total int32      `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*GiftLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterGiftLogData) Descriptor deprecated

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

Deprecated: Use FilterGiftLogData.ProtoReflect.Descriptor instead.

func (*FilterGiftLogData) GetList

func (x *FilterGiftLogData) GetList() []*GiftLog

func (*FilterGiftLogData) GetTotal

func (x *FilterGiftLogData) GetTotal() int32

func (*FilterGiftLogData) ProtoMessage

func (*FilterGiftLogData) ProtoMessage()

func (*FilterGiftLogData) ProtoReflect

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

func (*FilterGiftLogData) Reset

func (x *FilterGiftLogData) Reset()

func (*FilterGiftLogData) String

func (x *FilterGiftLogData) String() string

func (*FilterGiftLogData) Validate

func (m *FilterGiftLogData) Validate() error

Validate checks the field values on FilterGiftLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterGiftLogData) ValidateAll

func (m *FilterGiftLogData) ValidateAll() error

ValidateAll checks the field values on FilterGiftLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterGiftLogDataMultiError, or nil if none found.

type FilterGiftLogDataMultiError

type FilterGiftLogDataMultiError []error

FilterGiftLogDataMultiError is an error wrapping multiple validation errors returned by FilterGiftLogData.ValidateAll() if the designated constraints aren't met.

func (FilterGiftLogDataMultiError) AllErrors

func (m FilterGiftLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterGiftLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterGiftLogDataValidationError

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

FilterGiftLogDataValidationError is the validation error returned by FilterGiftLogData.Validate if the designated constraints aren't met.

func (FilterGiftLogDataValidationError) Cause

Cause function returns cause value.

func (FilterGiftLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterGiftLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterGiftLogDataValidationError) Field

Field function returns field value.

func (FilterGiftLogDataValidationError) Key

Key function returns key value.

func (FilterGiftLogDataValidationError) Reason

Reason function returns reason value.

type FilterGiftLogReply

type FilterGiftLogReply struct {
	Code    int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string             `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterGiftLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterGiftLogReply) Descriptor deprecated

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

Deprecated: Use FilterGiftLogReply.ProtoReflect.Descriptor instead.

func (*FilterGiftLogReply) GetCode

func (x *FilterGiftLogReply) GetCode() int32

func (*FilterGiftLogReply) GetData

func (x *FilterGiftLogReply) GetData() *FilterGiftLogData

func (*FilterGiftLogReply) GetMessage

func (x *FilterGiftLogReply) GetMessage() string

func (*FilterGiftLogReply) ProtoMessage

func (*FilterGiftLogReply) ProtoMessage()

func (*FilterGiftLogReply) ProtoReflect

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

func (*FilterGiftLogReply) Reset

func (x *FilterGiftLogReply) Reset()

func (*FilterGiftLogReply) String

func (x *FilterGiftLogReply) String() string

func (*FilterGiftLogReply) Validate

func (m *FilterGiftLogReply) Validate() error

Validate checks the field values on FilterGiftLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterGiftLogReply) ValidateAll

func (m *FilterGiftLogReply) ValidateAll() error

ValidateAll checks the field values on FilterGiftLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterGiftLogReplyMultiError, or nil if none found.

type FilterGiftLogReplyMultiError

type FilterGiftLogReplyMultiError []error

FilterGiftLogReplyMultiError is an error wrapping multiple validation errors returned by FilterGiftLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterGiftLogReplyMultiError) AllErrors

func (m FilterGiftLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterGiftLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterGiftLogReplyValidationError

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

FilterGiftLogReplyValidationError is the validation error returned by FilterGiftLogReply.Validate if the designated constraints aren't met.

func (FilterGiftLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterGiftLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterGiftLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterGiftLogReplyValidationError) Field

Field function returns field value.

func (FilterGiftLogReplyValidationError) Key

Key function returns key value.

func (FilterGiftLogReplyValidationError) Reason

Reason function returns reason value.

type FilterGiftLogRequest

type FilterGiftLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Search string `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Gift Log ====================

func (*FilterGiftLogRequest) Descriptor deprecated

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

Deprecated: Use FilterGiftLogRequest.ProtoReflect.Descriptor instead.

func (*FilterGiftLogRequest) GetDate

func (x *FilterGiftLogRequest) GetDate() string

func (*FilterGiftLogRequest) GetPage

func (x *FilterGiftLogRequest) GetPage() int32

func (*FilterGiftLogRequest) GetSearch

func (x *FilterGiftLogRequest) GetSearch() string

func (*FilterGiftLogRequest) GetSize

func (x *FilterGiftLogRequest) GetSize() int32

func (*FilterGiftLogRequest) GetUserId

func (x *FilterGiftLogRequest) GetUserId() int64

func (*FilterGiftLogRequest) ProtoMessage

func (*FilterGiftLogRequest) ProtoMessage()

func (*FilterGiftLogRequest) ProtoReflect

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

func (*FilterGiftLogRequest) Reset

func (x *FilterGiftLogRequest) Reset()

func (*FilterGiftLogRequest) String

func (x *FilterGiftLogRequest) String() string

func (*FilterGiftLogRequest) Validate

func (m *FilterGiftLogRequest) Validate() error

Validate checks the field values on FilterGiftLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterGiftLogRequest) ValidateAll

func (m *FilterGiftLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterGiftLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterGiftLogRequestMultiError, or nil if none found.

type FilterGiftLogRequestMultiError

type FilterGiftLogRequestMultiError []error

FilterGiftLogRequestMultiError is an error wrapping multiple validation errors returned by FilterGiftLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterGiftLogRequestMultiError) AllErrors

func (m FilterGiftLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterGiftLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterGiftLogRequestValidationError

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

FilterGiftLogRequestValidationError is the validation error returned by FilterGiftLogRequest.Validate if the designated constraints aren't met.

func (FilterGiftLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterGiftLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterGiftLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterGiftLogRequestValidationError) Field

Field function returns field value.

func (FilterGiftLogRequestValidationError) Key

Key function returns key value.

func (FilterGiftLogRequestValidationError) Reason

Reason function returns reason value.

type FilterLogParams

type FilterLogParams struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`     // 日期过滤,格式如 "2025-01-01"
	Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"` // 搜索关键词
	// contains filtered or unexported fields
}

Common filter parameters

func (*FilterLogParams) Descriptor deprecated

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

Deprecated: Use FilterLogParams.ProtoReflect.Descriptor instead.

func (*FilterLogParams) GetDate

func (x *FilterLogParams) GetDate() string

func (*FilterLogParams) GetPage

func (x *FilterLogParams) GetPage() int32

func (*FilterLogParams) GetSearch

func (x *FilterLogParams) GetSearch() string

func (*FilterLogParams) GetSize

func (x *FilterLogParams) GetSize() int32

func (*FilterLogParams) ProtoMessage

func (*FilterLogParams) ProtoMessage()

func (*FilterLogParams) ProtoReflect

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

func (*FilterLogParams) Reset

func (x *FilterLogParams) Reset()

func (*FilterLogParams) String

func (x *FilterLogParams) String() string

func (*FilterLogParams) Validate

func (m *FilterLogParams) Validate() error

Validate checks the field values on FilterLogParams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterLogParams) ValidateAll

func (m *FilterLogParams) ValidateAll() error

ValidateAll checks the field values on FilterLogParams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterLogParamsMultiError, or nil if none found.

type FilterLogParamsMultiError

type FilterLogParamsMultiError []error

FilterLogParamsMultiError is an error wrapping multiple validation errors returned by FilterLogParams.ValidateAll() if the designated constraints aren't met.

func (FilterLogParamsMultiError) AllErrors

func (m FilterLogParamsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterLogParamsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterLogParamsValidationError

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

FilterLogParamsValidationError is the validation error returned by FilterLogParams.Validate if the designated constraints aren't met.

func (FilterLogParamsValidationError) Cause

Cause function returns cause value.

func (FilterLogParamsValidationError) Error

Error satisfies the builtin error interface

func (FilterLogParamsValidationError) ErrorName

func (e FilterLogParamsValidationError) ErrorName() string

ErrorName returns error name.

func (FilterLogParamsValidationError) Field

Field function returns field value.

func (FilterLogParamsValidationError) Key

Key function returns key value.

func (FilterLogParamsValidationError) Reason

Reason function returns reason value.

type FilterLoginLogData

type FilterLoginLogData struct {
	Total int32       `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*LoginLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterLoginLogData) Descriptor deprecated

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

Deprecated: Use FilterLoginLogData.ProtoReflect.Descriptor instead.

func (*FilterLoginLogData) GetList

func (x *FilterLoginLogData) GetList() []*LoginLog

func (*FilterLoginLogData) GetTotal

func (x *FilterLoginLogData) GetTotal() int32

func (*FilterLoginLogData) ProtoMessage

func (*FilterLoginLogData) ProtoMessage()

func (*FilterLoginLogData) ProtoReflect

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

func (*FilterLoginLogData) Reset

func (x *FilterLoginLogData) Reset()

func (*FilterLoginLogData) String

func (x *FilterLoginLogData) String() string

func (*FilterLoginLogData) Validate

func (m *FilterLoginLogData) Validate() error

Validate checks the field values on FilterLoginLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterLoginLogData) ValidateAll

func (m *FilterLoginLogData) ValidateAll() error

ValidateAll checks the field values on FilterLoginLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterLoginLogDataMultiError, or nil if none found.

type FilterLoginLogDataMultiError

type FilterLoginLogDataMultiError []error

FilterLoginLogDataMultiError is an error wrapping multiple validation errors returned by FilterLoginLogData.ValidateAll() if the designated constraints aren't met.

func (FilterLoginLogDataMultiError) AllErrors

func (m FilterLoginLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterLoginLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterLoginLogDataValidationError

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

FilterLoginLogDataValidationError is the validation error returned by FilterLoginLogData.Validate if the designated constraints aren't met.

func (FilterLoginLogDataValidationError) Cause

Cause function returns cause value.

func (FilterLoginLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterLoginLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterLoginLogDataValidationError) Field

Field function returns field value.

func (FilterLoginLogDataValidationError) Key

Key function returns key value.

func (FilterLoginLogDataValidationError) Reason

Reason function returns reason value.

type FilterLoginLogReply

type FilterLoginLogReply struct {
	Code    int32               `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string              `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterLoginLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterLoginLogReply) Descriptor deprecated

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

Deprecated: Use FilterLoginLogReply.ProtoReflect.Descriptor instead.

func (*FilterLoginLogReply) GetCode

func (x *FilterLoginLogReply) GetCode() int32

func (*FilterLoginLogReply) GetData

func (*FilterLoginLogReply) GetMessage

func (x *FilterLoginLogReply) GetMessage() string

func (*FilterLoginLogReply) ProtoMessage

func (*FilterLoginLogReply) ProtoMessage()

func (*FilterLoginLogReply) ProtoReflect

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

func (*FilterLoginLogReply) Reset

func (x *FilterLoginLogReply) Reset()

func (*FilterLoginLogReply) String

func (x *FilterLoginLogReply) String() string

func (*FilterLoginLogReply) Validate

func (m *FilterLoginLogReply) Validate() error

Validate checks the field values on FilterLoginLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterLoginLogReply) ValidateAll

func (m *FilterLoginLogReply) ValidateAll() error

ValidateAll checks the field values on FilterLoginLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterLoginLogReplyMultiError, or nil if none found.

type FilterLoginLogReplyMultiError

type FilterLoginLogReplyMultiError []error

FilterLoginLogReplyMultiError is an error wrapping multiple validation errors returned by FilterLoginLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterLoginLogReplyMultiError) AllErrors

func (m FilterLoginLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterLoginLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterLoginLogReplyValidationError

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

FilterLoginLogReplyValidationError is the validation error returned by FilterLoginLogReply.Validate if the designated constraints aren't met.

func (FilterLoginLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterLoginLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterLoginLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterLoginLogReplyValidationError) Field

Field function returns field value.

func (FilterLoginLogReplyValidationError) Key

Key function returns key value.

func (FilterLoginLogReplyValidationError) Reason

Reason function returns reason value.

type FilterLoginLogRequest

type FilterLoginLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Search string `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Login Log ====================

func (*FilterLoginLogRequest) Descriptor deprecated

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

Deprecated: Use FilterLoginLogRequest.ProtoReflect.Descriptor instead.

func (*FilterLoginLogRequest) GetDate

func (x *FilterLoginLogRequest) GetDate() string

func (*FilterLoginLogRequest) GetPage

func (x *FilterLoginLogRequest) GetPage() int32

func (*FilterLoginLogRequest) GetSearch

func (x *FilterLoginLogRequest) GetSearch() string

func (*FilterLoginLogRequest) GetSize

func (x *FilterLoginLogRequest) GetSize() int32

func (*FilterLoginLogRequest) GetUserId

func (x *FilterLoginLogRequest) GetUserId() int64

func (*FilterLoginLogRequest) ProtoMessage

func (*FilterLoginLogRequest) ProtoMessage()

func (*FilterLoginLogRequest) ProtoReflect

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

func (*FilterLoginLogRequest) Reset

func (x *FilterLoginLogRequest) Reset()

func (*FilterLoginLogRequest) String

func (x *FilterLoginLogRequest) String() string

func (*FilterLoginLogRequest) Validate

func (m *FilterLoginLogRequest) Validate() error

Validate checks the field values on FilterLoginLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterLoginLogRequest) ValidateAll

func (m *FilterLoginLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterLoginLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterLoginLogRequestMultiError, or nil if none found.

type FilterLoginLogRequestMultiError

type FilterLoginLogRequestMultiError []error

FilterLoginLogRequestMultiError is an error wrapping multiple validation errors returned by FilterLoginLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterLoginLogRequestMultiError) AllErrors

func (m FilterLoginLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterLoginLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterLoginLogRequestValidationError

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

FilterLoginLogRequestValidationError is the validation error returned by FilterLoginLogRequest.Validate if the designated constraints aren't met.

func (FilterLoginLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterLoginLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterLoginLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterLoginLogRequestValidationError) Field

Field function returns field value.

func (FilterLoginLogRequestValidationError) Key

Key function returns key value.

func (FilterLoginLogRequestValidationError) Reason

Reason function returns reason value.

type FilterMobileLogData

type FilterMobileLogData struct {
	Total int32        `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*MobileLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterMobileLogData) Descriptor deprecated

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

Deprecated: Use FilterMobileLogData.ProtoReflect.Descriptor instead.

func (*FilterMobileLogData) GetList

func (x *FilterMobileLogData) GetList() []*MobileLog

func (*FilterMobileLogData) GetTotal

func (x *FilterMobileLogData) GetTotal() int32

func (*FilterMobileLogData) ProtoMessage

func (*FilterMobileLogData) ProtoMessage()

func (*FilterMobileLogData) ProtoReflect

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

func (*FilterMobileLogData) Reset

func (x *FilterMobileLogData) Reset()

func (*FilterMobileLogData) String

func (x *FilterMobileLogData) String() string

func (*FilterMobileLogData) Validate

func (m *FilterMobileLogData) Validate() error

Validate checks the field values on FilterMobileLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterMobileLogData) ValidateAll

func (m *FilterMobileLogData) ValidateAll() error

ValidateAll checks the field values on FilterMobileLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterMobileLogDataMultiError, or nil if none found.

type FilterMobileLogDataMultiError

type FilterMobileLogDataMultiError []error

FilterMobileLogDataMultiError is an error wrapping multiple validation errors returned by FilterMobileLogData.ValidateAll() if the designated constraints aren't met.

func (FilterMobileLogDataMultiError) AllErrors

func (m FilterMobileLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterMobileLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterMobileLogDataValidationError

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

FilterMobileLogDataValidationError is the validation error returned by FilterMobileLogData.Validate if the designated constraints aren't met.

func (FilterMobileLogDataValidationError) Cause

Cause function returns cause value.

func (FilterMobileLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterMobileLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterMobileLogDataValidationError) Field

Field function returns field value.

func (FilterMobileLogDataValidationError) Key

Key function returns key value.

func (FilterMobileLogDataValidationError) Reason

Reason function returns reason value.

type FilterMobileLogReply

type FilterMobileLogReply struct {
	Code    int32                `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string               `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterMobileLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterMobileLogReply) Descriptor deprecated

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

Deprecated: Use FilterMobileLogReply.ProtoReflect.Descriptor instead.

func (*FilterMobileLogReply) GetCode

func (x *FilterMobileLogReply) GetCode() int32

func (*FilterMobileLogReply) GetData

func (*FilterMobileLogReply) GetMessage

func (x *FilterMobileLogReply) GetMessage() string

func (*FilterMobileLogReply) ProtoMessage

func (*FilterMobileLogReply) ProtoMessage()

func (*FilterMobileLogReply) ProtoReflect

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

func (*FilterMobileLogReply) Reset

func (x *FilterMobileLogReply) Reset()

func (*FilterMobileLogReply) String

func (x *FilterMobileLogReply) String() string

func (*FilterMobileLogReply) Validate

func (m *FilterMobileLogReply) Validate() error

Validate checks the field values on FilterMobileLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterMobileLogReply) ValidateAll

func (m *FilterMobileLogReply) ValidateAll() error

ValidateAll checks the field values on FilterMobileLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterMobileLogReplyMultiError, or nil if none found.

type FilterMobileLogReplyMultiError

type FilterMobileLogReplyMultiError []error

FilterMobileLogReplyMultiError is an error wrapping multiple validation errors returned by FilterMobileLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterMobileLogReplyMultiError) AllErrors

func (m FilterMobileLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterMobileLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterMobileLogReplyValidationError

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

FilterMobileLogReplyValidationError is the validation error returned by FilterMobileLogReply.Validate if the designated constraints aren't met.

func (FilterMobileLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterMobileLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterMobileLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterMobileLogReplyValidationError) Field

Field function returns field value.

func (FilterMobileLogReplyValidationError) Key

Key function returns key value.

func (FilterMobileLogReplyValidationError) Reason

Reason function returns reason value.

type FilterMobileLogRequest

type FilterMobileLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Mobile Log ====================

func (*FilterMobileLogRequest) Descriptor deprecated

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

Deprecated: Use FilterMobileLogRequest.ProtoReflect.Descriptor instead.

func (*FilterMobileLogRequest) GetDate

func (x *FilterMobileLogRequest) GetDate() string

func (*FilterMobileLogRequest) GetPage

func (x *FilterMobileLogRequest) GetPage() int32

func (*FilterMobileLogRequest) GetSearch

func (x *FilterMobileLogRequest) GetSearch() string

func (*FilterMobileLogRequest) GetSize

func (x *FilterMobileLogRequest) GetSize() int32

func (*FilterMobileLogRequest) ProtoMessage

func (*FilterMobileLogRequest) ProtoMessage()

func (*FilterMobileLogRequest) ProtoReflect

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

func (*FilterMobileLogRequest) Reset

func (x *FilterMobileLogRequest) Reset()

func (*FilterMobileLogRequest) String

func (x *FilterMobileLogRequest) String() string

func (*FilterMobileLogRequest) Validate

func (m *FilterMobileLogRequest) Validate() error

Validate checks the field values on FilterMobileLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterMobileLogRequest) ValidateAll

func (m *FilterMobileLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterMobileLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterMobileLogRequestMultiError, or nil if none found.

type FilterMobileLogRequestMultiError

type FilterMobileLogRequestMultiError []error

FilterMobileLogRequestMultiError is an error wrapping multiple validation errors returned by FilterMobileLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterMobileLogRequestMultiError) AllErrors

func (m FilterMobileLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterMobileLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterMobileLogRequestValidationError

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

FilterMobileLogRequestValidationError is the validation error returned by FilterMobileLogRequest.Validate if the designated constraints aren't met.

func (FilterMobileLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterMobileLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterMobileLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterMobileLogRequestValidationError) Field

Field function returns field value.

func (FilterMobileLogRequestValidationError) Key

Key function returns key value.

func (FilterMobileLogRequestValidationError) Reason

Reason function returns reason value.

type FilterRegisterLogData

type FilterRegisterLogData struct {
	Total int32          `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*RegisterLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterRegisterLogData) Descriptor deprecated

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

Deprecated: Use FilterRegisterLogData.ProtoReflect.Descriptor instead.

func (*FilterRegisterLogData) GetList

func (x *FilterRegisterLogData) GetList() []*RegisterLog

func (*FilterRegisterLogData) GetTotal

func (x *FilterRegisterLogData) GetTotal() int32

func (*FilterRegisterLogData) ProtoMessage

func (*FilterRegisterLogData) ProtoMessage()

func (*FilterRegisterLogData) ProtoReflect

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

func (*FilterRegisterLogData) Reset

func (x *FilterRegisterLogData) Reset()

func (*FilterRegisterLogData) String

func (x *FilterRegisterLogData) String() string

func (*FilterRegisterLogData) Validate

func (m *FilterRegisterLogData) Validate() error

Validate checks the field values on FilterRegisterLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterRegisterLogData) ValidateAll

func (m *FilterRegisterLogData) ValidateAll() error

ValidateAll checks the field values on FilterRegisterLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterRegisterLogDataMultiError, or nil if none found.

type FilterRegisterLogDataMultiError

type FilterRegisterLogDataMultiError []error

FilterRegisterLogDataMultiError is an error wrapping multiple validation errors returned by FilterRegisterLogData.ValidateAll() if the designated constraints aren't met.

func (FilterRegisterLogDataMultiError) AllErrors

func (m FilterRegisterLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterRegisterLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterRegisterLogDataValidationError

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

FilterRegisterLogDataValidationError is the validation error returned by FilterRegisterLogData.Validate if the designated constraints aren't met.

func (FilterRegisterLogDataValidationError) Cause

Cause function returns cause value.

func (FilterRegisterLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterRegisterLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterRegisterLogDataValidationError) Field

Field function returns field value.

func (FilterRegisterLogDataValidationError) Key

Key function returns key value.

func (FilterRegisterLogDataValidationError) Reason

Reason function returns reason value.

type FilterRegisterLogReply

type FilterRegisterLogReply struct {
	Code    int32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                 `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterRegisterLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterRegisterLogReply) Descriptor deprecated

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

Deprecated: Use FilterRegisterLogReply.ProtoReflect.Descriptor instead.

func (*FilterRegisterLogReply) GetCode

func (x *FilterRegisterLogReply) GetCode() int32

func (*FilterRegisterLogReply) GetData

func (*FilterRegisterLogReply) GetMessage

func (x *FilterRegisterLogReply) GetMessage() string

func (*FilterRegisterLogReply) ProtoMessage

func (*FilterRegisterLogReply) ProtoMessage()

func (*FilterRegisterLogReply) ProtoReflect

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

func (*FilterRegisterLogReply) Reset

func (x *FilterRegisterLogReply) Reset()

func (*FilterRegisterLogReply) String

func (x *FilterRegisterLogReply) String() string

func (*FilterRegisterLogReply) Validate

func (m *FilterRegisterLogReply) Validate() error

Validate checks the field values on FilterRegisterLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterRegisterLogReply) ValidateAll

func (m *FilterRegisterLogReply) ValidateAll() error

ValidateAll checks the field values on FilterRegisterLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterRegisterLogReplyMultiError, or nil if none found.

type FilterRegisterLogReplyMultiError

type FilterRegisterLogReplyMultiError []error

FilterRegisterLogReplyMultiError is an error wrapping multiple validation errors returned by FilterRegisterLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterRegisterLogReplyMultiError) AllErrors

func (m FilterRegisterLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterRegisterLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterRegisterLogReplyValidationError

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

FilterRegisterLogReplyValidationError is the validation error returned by FilterRegisterLogReply.Validate if the designated constraints aren't met.

func (FilterRegisterLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterRegisterLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterRegisterLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterRegisterLogReplyValidationError) Field

Field function returns field value.

func (FilterRegisterLogReplyValidationError) Key

Key function returns key value.

func (FilterRegisterLogReplyValidationError) Reason

Reason function returns reason value.

type FilterRegisterLogRequest

type FilterRegisterLogRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date   string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Search string `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Register Log ====================

func (*FilterRegisterLogRequest) Descriptor deprecated

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

Deprecated: Use FilterRegisterLogRequest.ProtoReflect.Descriptor instead.

func (*FilterRegisterLogRequest) GetDate

func (x *FilterRegisterLogRequest) GetDate() string

func (*FilterRegisterLogRequest) GetPage

func (x *FilterRegisterLogRequest) GetPage() int32

func (*FilterRegisterLogRequest) GetSearch

func (x *FilterRegisterLogRequest) GetSearch() string

func (*FilterRegisterLogRequest) GetSize

func (x *FilterRegisterLogRequest) GetSize() int32

func (*FilterRegisterLogRequest) GetUserId

func (x *FilterRegisterLogRequest) GetUserId() int64

func (*FilterRegisterLogRequest) ProtoMessage

func (*FilterRegisterLogRequest) ProtoMessage()

func (*FilterRegisterLogRequest) ProtoReflect

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

func (*FilterRegisterLogRequest) Reset

func (x *FilterRegisterLogRequest) Reset()

func (*FilterRegisterLogRequest) String

func (x *FilterRegisterLogRequest) String() string

func (*FilterRegisterLogRequest) Validate

func (m *FilterRegisterLogRequest) Validate() error

Validate checks the field values on FilterRegisterLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterRegisterLogRequest) ValidateAll

func (m *FilterRegisterLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterRegisterLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterRegisterLogRequestMultiError, or nil if none found.

type FilterRegisterLogRequestMultiError

type FilterRegisterLogRequestMultiError []error

FilterRegisterLogRequestMultiError is an error wrapping multiple validation errors returned by FilterRegisterLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterRegisterLogRequestMultiError) AllErrors

func (m FilterRegisterLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterRegisterLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterRegisterLogRequestValidationError

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

FilterRegisterLogRequestValidationError is the validation error returned by FilterRegisterLogRequest.Validate if the designated constraints aren't met.

func (FilterRegisterLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterRegisterLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterRegisterLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterRegisterLogRequestValidationError) Field

Field function returns field value.

func (FilterRegisterLogRequestValidationError) Key

Key function returns key value.

func (FilterRegisterLogRequestValidationError) Reason

Reason function returns reason value.

type FilterResetSubscribeLogData

type FilterResetSubscribeLogData struct {
	Total int32                `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*ResetSubscribeLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterResetSubscribeLogData) Descriptor deprecated

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

Deprecated: Use FilterResetSubscribeLogData.ProtoReflect.Descriptor instead.

func (*FilterResetSubscribeLogData) GetList

func (*FilterResetSubscribeLogData) GetTotal

func (x *FilterResetSubscribeLogData) GetTotal() int32

func (*FilterResetSubscribeLogData) ProtoMessage

func (*FilterResetSubscribeLogData) ProtoMessage()

func (*FilterResetSubscribeLogData) ProtoReflect

func (*FilterResetSubscribeLogData) Reset

func (x *FilterResetSubscribeLogData) Reset()

func (*FilterResetSubscribeLogData) String

func (x *FilterResetSubscribeLogData) String() string

func (*FilterResetSubscribeLogData) Validate

func (m *FilterResetSubscribeLogData) Validate() error

Validate checks the field values on FilterResetSubscribeLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterResetSubscribeLogData) ValidateAll

func (m *FilterResetSubscribeLogData) ValidateAll() error

ValidateAll checks the field values on FilterResetSubscribeLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterResetSubscribeLogDataMultiError, or nil if none found.

type FilterResetSubscribeLogDataMultiError

type FilterResetSubscribeLogDataMultiError []error

FilterResetSubscribeLogDataMultiError is an error wrapping multiple validation errors returned by FilterResetSubscribeLogData.ValidateAll() if the designated constraints aren't met.

func (FilterResetSubscribeLogDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterResetSubscribeLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterResetSubscribeLogDataValidationError

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

FilterResetSubscribeLogDataValidationError is the validation error returned by FilterResetSubscribeLogData.Validate if the designated constraints aren't met.

func (FilterResetSubscribeLogDataValidationError) Cause

Cause function returns cause value.

func (FilterResetSubscribeLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterResetSubscribeLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterResetSubscribeLogDataValidationError) Field

Field function returns field value.

func (FilterResetSubscribeLogDataValidationError) Key

Key function returns key value.

func (FilterResetSubscribeLogDataValidationError) Reason

Reason function returns reason value.

type FilterResetSubscribeLogReply

type FilterResetSubscribeLogReply struct {
	Code    int32                        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterResetSubscribeLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterResetSubscribeLogReply) Descriptor deprecated

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

Deprecated: Use FilterResetSubscribeLogReply.ProtoReflect.Descriptor instead.

func (*FilterResetSubscribeLogReply) GetCode

func (x *FilterResetSubscribeLogReply) GetCode() int32

func (*FilterResetSubscribeLogReply) GetData

func (*FilterResetSubscribeLogReply) GetMessage

func (x *FilterResetSubscribeLogReply) GetMessage() string

func (*FilterResetSubscribeLogReply) ProtoMessage

func (*FilterResetSubscribeLogReply) ProtoMessage()

func (*FilterResetSubscribeLogReply) ProtoReflect

func (*FilterResetSubscribeLogReply) Reset

func (x *FilterResetSubscribeLogReply) Reset()

func (*FilterResetSubscribeLogReply) String

func (*FilterResetSubscribeLogReply) Validate

func (m *FilterResetSubscribeLogReply) Validate() error

Validate checks the field values on FilterResetSubscribeLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterResetSubscribeLogReply) ValidateAll

func (m *FilterResetSubscribeLogReply) ValidateAll() error

ValidateAll checks the field values on FilterResetSubscribeLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterResetSubscribeLogReplyMultiError, or nil if none found.

type FilterResetSubscribeLogReplyMultiError

type FilterResetSubscribeLogReplyMultiError []error

FilterResetSubscribeLogReplyMultiError is an error wrapping multiple validation errors returned by FilterResetSubscribeLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterResetSubscribeLogReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterResetSubscribeLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterResetSubscribeLogReplyValidationError

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

FilterResetSubscribeLogReplyValidationError is the validation error returned by FilterResetSubscribeLogReply.Validate if the designated constraints aren't met.

func (FilterResetSubscribeLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterResetSubscribeLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterResetSubscribeLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterResetSubscribeLogReplyValidationError) Field

Field function returns field value.

func (FilterResetSubscribeLogReplyValidationError) Key

Key function returns key value.

func (FilterResetSubscribeLogReplyValidationError) Reason

Reason function returns reason value.

type FilterResetSubscribeLogRequest

type FilterResetSubscribeLogRequest struct {
	Page            int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size            int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date            string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserSubscribeId int64  `protobuf:"varint,4,opt,name=user_subscribe_id,json=userSubscribeId,proto3" json:"user_subscribe_id,omitempty"`
	Search          string `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Reset Subscribe Log ====================

func (*FilterResetSubscribeLogRequest) Descriptor deprecated

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

Deprecated: Use FilterResetSubscribeLogRequest.ProtoReflect.Descriptor instead.

func (*FilterResetSubscribeLogRequest) GetDate

func (*FilterResetSubscribeLogRequest) GetPage

func (*FilterResetSubscribeLogRequest) GetSearch

func (x *FilterResetSubscribeLogRequest) GetSearch() string

func (*FilterResetSubscribeLogRequest) GetSize

func (*FilterResetSubscribeLogRequest) GetUserSubscribeId

func (x *FilterResetSubscribeLogRequest) GetUserSubscribeId() int64

func (*FilterResetSubscribeLogRequest) ProtoMessage

func (*FilterResetSubscribeLogRequest) ProtoMessage()

func (*FilterResetSubscribeLogRequest) ProtoReflect

func (*FilterResetSubscribeLogRequest) Reset

func (x *FilterResetSubscribeLogRequest) Reset()

func (*FilterResetSubscribeLogRequest) String

func (*FilterResetSubscribeLogRequest) Validate

func (m *FilterResetSubscribeLogRequest) Validate() error

Validate checks the field values on FilterResetSubscribeLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterResetSubscribeLogRequest) ValidateAll

func (m *FilterResetSubscribeLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterResetSubscribeLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterResetSubscribeLogRequestMultiError, or nil if none found.

type FilterResetSubscribeLogRequestMultiError

type FilterResetSubscribeLogRequestMultiError []error

FilterResetSubscribeLogRequestMultiError is an error wrapping multiple validation errors returned by FilterResetSubscribeLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterResetSubscribeLogRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterResetSubscribeLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterResetSubscribeLogRequestValidationError

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

FilterResetSubscribeLogRequestValidationError is the validation error returned by FilterResetSubscribeLogRequest.Validate if the designated constraints aren't met.

func (FilterResetSubscribeLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterResetSubscribeLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterResetSubscribeLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterResetSubscribeLogRequestValidationError) Field

Field function returns field value.

func (FilterResetSubscribeLogRequestValidationError) Key

Key function returns key value.

func (FilterResetSubscribeLogRequestValidationError) Reason

Reason function returns reason value.

type FilterServerTrafficLogData

type FilterServerTrafficLogData struct {
	Total int32               `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*ServerTrafficLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterServerTrafficLogData) Descriptor deprecated

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

Deprecated: Use FilterServerTrafficLogData.ProtoReflect.Descriptor instead.

func (*FilterServerTrafficLogData) GetList

func (*FilterServerTrafficLogData) GetTotal

func (x *FilterServerTrafficLogData) GetTotal() int32

func (*FilterServerTrafficLogData) ProtoMessage

func (*FilterServerTrafficLogData) ProtoMessage()

func (*FilterServerTrafficLogData) ProtoReflect

func (*FilterServerTrafficLogData) Reset

func (x *FilterServerTrafficLogData) Reset()

func (*FilterServerTrafficLogData) String

func (x *FilterServerTrafficLogData) String() string

func (*FilterServerTrafficLogData) Validate

func (m *FilterServerTrafficLogData) Validate() error

Validate checks the field values on FilterServerTrafficLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterServerTrafficLogData) ValidateAll

func (m *FilterServerTrafficLogData) ValidateAll() error

ValidateAll checks the field values on FilterServerTrafficLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterServerTrafficLogDataMultiError, or nil if none found.

type FilterServerTrafficLogDataMultiError

type FilterServerTrafficLogDataMultiError []error

FilterServerTrafficLogDataMultiError is an error wrapping multiple validation errors returned by FilterServerTrafficLogData.ValidateAll() if the designated constraints aren't met.

func (FilterServerTrafficLogDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterServerTrafficLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterServerTrafficLogDataValidationError

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

FilterServerTrafficLogDataValidationError is the validation error returned by FilterServerTrafficLogData.Validate if the designated constraints aren't met.

func (FilterServerTrafficLogDataValidationError) Cause

Cause function returns cause value.

func (FilterServerTrafficLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterServerTrafficLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterServerTrafficLogDataValidationError) Field

Field function returns field value.

func (FilterServerTrafficLogDataValidationError) Key

Key function returns key value.

func (FilterServerTrafficLogDataValidationError) Reason

Reason function returns reason value.

type FilterServerTrafficLogReply

type FilterServerTrafficLogReply struct {
	Code    int32                       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                      `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterServerTrafficLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterServerTrafficLogReply) Descriptor deprecated

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

Deprecated: Use FilterServerTrafficLogReply.ProtoReflect.Descriptor instead.

func (*FilterServerTrafficLogReply) GetCode

func (x *FilterServerTrafficLogReply) GetCode() int32

func (*FilterServerTrafficLogReply) GetData

func (*FilterServerTrafficLogReply) GetMessage

func (x *FilterServerTrafficLogReply) GetMessage() string

func (*FilterServerTrafficLogReply) ProtoMessage

func (*FilterServerTrafficLogReply) ProtoMessage()

func (*FilterServerTrafficLogReply) ProtoReflect

func (*FilterServerTrafficLogReply) Reset

func (x *FilterServerTrafficLogReply) Reset()

func (*FilterServerTrafficLogReply) String

func (x *FilterServerTrafficLogReply) String() string

func (*FilterServerTrafficLogReply) Validate

func (m *FilterServerTrafficLogReply) Validate() error

Validate checks the field values on FilterServerTrafficLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterServerTrafficLogReply) ValidateAll

func (m *FilterServerTrafficLogReply) ValidateAll() error

ValidateAll checks the field values on FilterServerTrafficLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterServerTrafficLogReplyMultiError, or nil if none found.

type FilterServerTrafficLogReplyMultiError

type FilterServerTrafficLogReplyMultiError []error

FilterServerTrafficLogReplyMultiError is an error wrapping multiple validation errors returned by FilterServerTrafficLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterServerTrafficLogReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterServerTrafficLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterServerTrafficLogReplyValidationError

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

FilterServerTrafficLogReplyValidationError is the validation error returned by FilterServerTrafficLogReply.Validate if the designated constraints aren't met.

func (FilterServerTrafficLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterServerTrafficLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterServerTrafficLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterServerTrafficLogReplyValidationError) Field

Field function returns field value.

func (FilterServerTrafficLogReplyValidationError) Key

Key function returns key value.

func (FilterServerTrafficLogReplyValidationError) Reason

Reason function returns reason value.

type FilterServerTrafficLogRequest

type FilterServerTrafficLogRequest struct {
	Page     int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size     int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date     string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	ServerId int64  `protobuf:"varint,4,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// contains filtered or unexported fields
}

==================== Server Traffic Log ====================

func (*FilterServerTrafficLogRequest) Descriptor deprecated

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

Deprecated: Use FilterServerTrafficLogRequest.ProtoReflect.Descriptor instead.

func (*FilterServerTrafficLogRequest) GetDate

func (*FilterServerTrafficLogRequest) GetPage

func (x *FilterServerTrafficLogRequest) GetPage() int32

func (*FilterServerTrafficLogRequest) GetServerId

func (x *FilterServerTrafficLogRequest) GetServerId() int64

func (*FilterServerTrafficLogRequest) GetSize

func (x *FilterServerTrafficLogRequest) GetSize() int32

func (*FilterServerTrafficLogRequest) ProtoMessage

func (*FilterServerTrafficLogRequest) ProtoMessage()

func (*FilterServerTrafficLogRequest) ProtoReflect

func (*FilterServerTrafficLogRequest) Reset

func (x *FilterServerTrafficLogRequest) Reset()

func (*FilterServerTrafficLogRequest) String

func (*FilterServerTrafficLogRequest) Validate

func (m *FilterServerTrafficLogRequest) Validate() error

Validate checks the field values on FilterServerTrafficLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterServerTrafficLogRequest) ValidateAll

func (m *FilterServerTrafficLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterServerTrafficLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterServerTrafficLogRequestMultiError, or nil if none found.

type FilterServerTrafficLogRequestMultiError

type FilterServerTrafficLogRequestMultiError []error

FilterServerTrafficLogRequestMultiError is an error wrapping multiple validation errors returned by FilterServerTrafficLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterServerTrafficLogRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterServerTrafficLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterServerTrafficLogRequestValidationError

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

FilterServerTrafficLogRequestValidationError is the validation error returned by FilterServerTrafficLogRequest.Validate if the designated constraints aren't met.

func (FilterServerTrafficLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterServerTrafficLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterServerTrafficLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterServerTrafficLogRequestValidationError) Field

Field function returns field value.

func (FilterServerTrafficLogRequestValidationError) Key

Key function returns key value.

func (FilterServerTrafficLogRequestValidationError) Reason

Reason function returns reason value.

type FilterSubscribeLogData

type FilterSubscribeLogData struct {
	Total int32           `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*SubscribeLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterSubscribeLogData) Descriptor deprecated

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

Deprecated: Use FilterSubscribeLogData.ProtoReflect.Descriptor instead.

func (*FilterSubscribeLogData) GetList

func (x *FilterSubscribeLogData) GetList() []*SubscribeLog

func (*FilterSubscribeLogData) GetTotal

func (x *FilterSubscribeLogData) GetTotal() int32

func (*FilterSubscribeLogData) ProtoMessage

func (*FilterSubscribeLogData) ProtoMessage()

func (*FilterSubscribeLogData) ProtoReflect

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

func (*FilterSubscribeLogData) Reset

func (x *FilterSubscribeLogData) Reset()

func (*FilterSubscribeLogData) String

func (x *FilterSubscribeLogData) String() string

func (*FilterSubscribeLogData) Validate

func (m *FilterSubscribeLogData) Validate() error

Validate checks the field values on FilterSubscribeLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterSubscribeLogData) ValidateAll

func (m *FilterSubscribeLogData) ValidateAll() error

ValidateAll checks the field values on FilterSubscribeLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterSubscribeLogDataMultiError, or nil if none found.

type FilterSubscribeLogDataMultiError

type FilterSubscribeLogDataMultiError []error

FilterSubscribeLogDataMultiError is an error wrapping multiple validation errors returned by FilterSubscribeLogData.ValidateAll() if the designated constraints aren't met.

func (FilterSubscribeLogDataMultiError) AllErrors

func (m FilterSubscribeLogDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterSubscribeLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterSubscribeLogDataValidationError

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

FilterSubscribeLogDataValidationError is the validation error returned by FilterSubscribeLogData.Validate if the designated constraints aren't met.

func (FilterSubscribeLogDataValidationError) Cause

Cause function returns cause value.

func (FilterSubscribeLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterSubscribeLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterSubscribeLogDataValidationError) Field

Field function returns field value.

func (FilterSubscribeLogDataValidationError) Key

Key function returns key value.

func (FilterSubscribeLogDataValidationError) Reason

Reason function returns reason value.

type FilterSubscribeLogReply

type FilterSubscribeLogReply struct {
	Code    int32                   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                  `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterSubscribeLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterSubscribeLogReply) Descriptor deprecated

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

Deprecated: Use FilterSubscribeLogReply.ProtoReflect.Descriptor instead.

func (*FilterSubscribeLogReply) GetCode

func (x *FilterSubscribeLogReply) GetCode() int32

func (*FilterSubscribeLogReply) GetData

func (*FilterSubscribeLogReply) GetMessage

func (x *FilterSubscribeLogReply) GetMessage() string

func (*FilterSubscribeLogReply) ProtoMessage

func (*FilterSubscribeLogReply) ProtoMessage()

func (*FilterSubscribeLogReply) ProtoReflect

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

func (*FilterSubscribeLogReply) Reset

func (x *FilterSubscribeLogReply) Reset()

func (*FilterSubscribeLogReply) String

func (x *FilterSubscribeLogReply) String() string

func (*FilterSubscribeLogReply) Validate

func (m *FilterSubscribeLogReply) Validate() error

Validate checks the field values on FilterSubscribeLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterSubscribeLogReply) ValidateAll

func (m *FilterSubscribeLogReply) ValidateAll() error

ValidateAll checks the field values on FilterSubscribeLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterSubscribeLogReplyMultiError, or nil if none found.

type FilterSubscribeLogReplyMultiError

type FilterSubscribeLogReplyMultiError []error

FilterSubscribeLogReplyMultiError is an error wrapping multiple validation errors returned by FilterSubscribeLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterSubscribeLogReplyMultiError) AllErrors

func (m FilterSubscribeLogReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterSubscribeLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterSubscribeLogReplyValidationError

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

FilterSubscribeLogReplyValidationError is the validation error returned by FilterSubscribeLogReply.Validate if the designated constraints aren't met.

func (FilterSubscribeLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterSubscribeLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterSubscribeLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterSubscribeLogReplyValidationError) Field

Field function returns field value.

func (FilterSubscribeLogReplyValidationError) Key

Key function returns key value.

func (FilterSubscribeLogReplyValidationError) Reason

Reason function returns reason value.

type FilterSubscribeLogRequest

type FilterSubscribeLogRequest struct {
	Page            int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size            int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date            string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId          int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserSubscribeId int64  `protobuf:"varint,5,opt,name=user_subscribe_id,json=userSubscribeId,proto3" json:"user_subscribe_id,omitempty"`
	// contains filtered or unexported fields
}

==================== Subscribe Log ====================

func (*FilterSubscribeLogRequest) Descriptor deprecated

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

Deprecated: Use FilterSubscribeLogRequest.ProtoReflect.Descriptor instead.

func (*FilterSubscribeLogRequest) GetDate

func (x *FilterSubscribeLogRequest) GetDate() string

func (*FilterSubscribeLogRequest) GetPage

func (x *FilterSubscribeLogRequest) GetPage() int32

func (*FilterSubscribeLogRequest) GetSize

func (x *FilterSubscribeLogRequest) GetSize() int32

func (*FilterSubscribeLogRequest) GetUserId

func (x *FilterSubscribeLogRequest) GetUserId() int64

func (*FilterSubscribeLogRequest) GetUserSubscribeId

func (x *FilterSubscribeLogRequest) GetUserSubscribeId() int64

func (*FilterSubscribeLogRequest) ProtoMessage

func (*FilterSubscribeLogRequest) ProtoMessage()

func (*FilterSubscribeLogRequest) ProtoReflect

func (*FilterSubscribeLogRequest) Reset

func (x *FilterSubscribeLogRequest) Reset()

func (*FilterSubscribeLogRequest) String

func (x *FilterSubscribeLogRequest) String() string

func (*FilterSubscribeLogRequest) Validate

func (m *FilterSubscribeLogRequest) Validate() error

Validate checks the field values on FilterSubscribeLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterSubscribeLogRequest) ValidateAll

func (m *FilterSubscribeLogRequest) ValidateAll() error

ValidateAll checks the field values on FilterSubscribeLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterSubscribeLogRequestMultiError, or nil if none found.

type FilterSubscribeLogRequestMultiError

type FilterSubscribeLogRequestMultiError []error

FilterSubscribeLogRequestMultiError is an error wrapping multiple validation errors returned by FilterSubscribeLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterSubscribeLogRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterSubscribeLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterSubscribeLogRequestValidationError

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

FilterSubscribeLogRequestValidationError is the validation error returned by FilterSubscribeLogRequest.Validate if the designated constraints aren't met.

func (FilterSubscribeLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterSubscribeLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterSubscribeLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterSubscribeLogRequestValidationError) Field

Field function returns field value.

func (FilterSubscribeLogRequestValidationError) Key

Key function returns key value.

func (FilterSubscribeLogRequestValidationError) Reason

Reason function returns reason value.

type FilterTrafficLogDetailsData

type FilterTrafficLogDetailsData struct {
	Total int32               `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*TrafficLogDetail `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterTrafficLogDetailsData) Descriptor deprecated

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

Deprecated: Use FilterTrafficLogDetailsData.ProtoReflect.Descriptor instead.

func (*FilterTrafficLogDetailsData) GetList

func (*FilterTrafficLogDetailsData) GetTotal

func (x *FilterTrafficLogDetailsData) GetTotal() int32

func (*FilterTrafficLogDetailsData) ProtoMessage

func (*FilterTrafficLogDetailsData) ProtoMessage()

func (*FilterTrafficLogDetailsData) ProtoReflect

func (*FilterTrafficLogDetailsData) Reset

func (x *FilterTrafficLogDetailsData) Reset()

func (*FilterTrafficLogDetailsData) String

func (x *FilterTrafficLogDetailsData) String() string

func (*FilterTrafficLogDetailsData) Validate

func (m *FilterTrafficLogDetailsData) Validate() error

Validate checks the field values on FilterTrafficLogDetailsData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterTrafficLogDetailsData) ValidateAll

func (m *FilterTrafficLogDetailsData) ValidateAll() error

ValidateAll checks the field values on FilterTrafficLogDetailsData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterTrafficLogDetailsDataMultiError, or nil if none found.

type FilterTrafficLogDetailsDataMultiError

type FilterTrafficLogDetailsDataMultiError []error

FilterTrafficLogDetailsDataMultiError is an error wrapping multiple validation errors returned by FilterTrafficLogDetailsData.ValidateAll() if the designated constraints aren't met.

func (FilterTrafficLogDetailsDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterTrafficLogDetailsDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterTrafficLogDetailsDataValidationError

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

FilterTrafficLogDetailsDataValidationError is the validation error returned by FilterTrafficLogDetailsData.Validate if the designated constraints aren't met.

func (FilterTrafficLogDetailsDataValidationError) Cause

Cause function returns cause value.

func (FilterTrafficLogDetailsDataValidationError) Error

Error satisfies the builtin error interface

func (FilterTrafficLogDetailsDataValidationError) ErrorName

ErrorName returns error name.

func (FilterTrafficLogDetailsDataValidationError) Field

Field function returns field value.

func (FilterTrafficLogDetailsDataValidationError) Key

Key function returns key value.

func (FilterTrafficLogDetailsDataValidationError) Reason

Reason function returns reason value.

type FilterTrafficLogDetailsReply

type FilterTrafficLogDetailsReply struct {
	Code    int32                        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterTrafficLogDetailsData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterTrafficLogDetailsReply) Descriptor deprecated

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

Deprecated: Use FilterTrafficLogDetailsReply.ProtoReflect.Descriptor instead.

func (*FilterTrafficLogDetailsReply) GetCode

func (x *FilterTrafficLogDetailsReply) GetCode() int32

func (*FilterTrafficLogDetailsReply) GetData

func (*FilterTrafficLogDetailsReply) GetMessage

func (x *FilterTrafficLogDetailsReply) GetMessage() string

func (*FilterTrafficLogDetailsReply) ProtoMessage

func (*FilterTrafficLogDetailsReply) ProtoMessage()

func (*FilterTrafficLogDetailsReply) ProtoReflect

func (*FilterTrafficLogDetailsReply) Reset

func (x *FilterTrafficLogDetailsReply) Reset()

func (*FilterTrafficLogDetailsReply) String

func (*FilterTrafficLogDetailsReply) Validate

func (m *FilterTrafficLogDetailsReply) Validate() error

Validate checks the field values on FilterTrafficLogDetailsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterTrafficLogDetailsReply) ValidateAll

func (m *FilterTrafficLogDetailsReply) ValidateAll() error

ValidateAll checks the field values on FilterTrafficLogDetailsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterTrafficLogDetailsReplyMultiError, or nil if none found.

type FilterTrafficLogDetailsReplyMultiError

type FilterTrafficLogDetailsReplyMultiError []error

FilterTrafficLogDetailsReplyMultiError is an error wrapping multiple validation errors returned by FilterTrafficLogDetailsReply.ValidateAll() if the designated constraints aren't met.

func (FilterTrafficLogDetailsReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterTrafficLogDetailsReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterTrafficLogDetailsReplyValidationError

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

FilterTrafficLogDetailsReplyValidationError is the validation error returned by FilterTrafficLogDetailsReply.Validate if the designated constraints aren't met.

func (FilterTrafficLogDetailsReplyValidationError) Cause

Cause function returns cause value.

func (FilterTrafficLogDetailsReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterTrafficLogDetailsReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterTrafficLogDetailsReplyValidationError) Field

Field function returns field value.

func (FilterTrafficLogDetailsReplyValidationError) Key

Key function returns key value.

func (FilterTrafficLogDetailsReplyValidationError) Reason

Reason function returns reason value.

type FilterTrafficLogDetailsRequest

type FilterTrafficLogDetailsRequest struct {
	Page        int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size        int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	ServerId    int64  `protobuf:"varint,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	UserId      int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SubscribeId int64  `protobuf:"varint,5,opt,name=subscribe_id,json=subscribeId,proto3" json:"subscribe_id,omitempty"`
	StartTime   int64  `protobuf:"varint,6,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Unix timestamp in seconds
	EndTime     int64  `protobuf:"varint,7,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`       // Unix timestamp in seconds
	Date        string `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

==================== Traffic Log Details ====================

func (*FilterTrafficLogDetailsRequest) Descriptor deprecated

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

Deprecated: Use FilterTrafficLogDetailsRequest.ProtoReflect.Descriptor instead.

func (*FilterTrafficLogDetailsRequest) GetDate

func (*FilterTrafficLogDetailsRequest) GetEndTime

func (x *FilterTrafficLogDetailsRequest) GetEndTime() int64

func (*FilterTrafficLogDetailsRequest) GetPage

func (*FilterTrafficLogDetailsRequest) GetServerId

func (x *FilterTrafficLogDetailsRequest) GetServerId() int64

func (*FilterTrafficLogDetailsRequest) GetSize

func (*FilterTrafficLogDetailsRequest) GetStartTime

func (x *FilterTrafficLogDetailsRequest) GetStartTime() int64

func (*FilterTrafficLogDetailsRequest) GetSubscribeId

func (x *FilterTrafficLogDetailsRequest) GetSubscribeId() int64

func (*FilterTrafficLogDetailsRequest) GetUserId

func (x *FilterTrafficLogDetailsRequest) GetUserId() int64

func (*FilterTrafficLogDetailsRequest) ProtoMessage

func (*FilterTrafficLogDetailsRequest) ProtoMessage()

func (*FilterTrafficLogDetailsRequest) ProtoReflect

func (*FilterTrafficLogDetailsRequest) Reset

func (x *FilterTrafficLogDetailsRequest) Reset()

func (*FilterTrafficLogDetailsRequest) String

func (*FilterTrafficLogDetailsRequest) Validate

func (m *FilterTrafficLogDetailsRequest) Validate() error

Validate checks the field values on FilterTrafficLogDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterTrafficLogDetailsRequest) ValidateAll

func (m *FilterTrafficLogDetailsRequest) ValidateAll() error

ValidateAll checks the field values on FilterTrafficLogDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterTrafficLogDetailsRequestMultiError, or nil if none found.

type FilterTrafficLogDetailsRequestMultiError

type FilterTrafficLogDetailsRequestMultiError []error

FilterTrafficLogDetailsRequestMultiError is an error wrapping multiple validation errors returned by FilterTrafficLogDetailsRequest.ValidateAll() if the designated constraints aren't met.

func (FilterTrafficLogDetailsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterTrafficLogDetailsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterTrafficLogDetailsRequestValidationError

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

FilterTrafficLogDetailsRequestValidationError is the validation error returned by FilterTrafficLogDetailsRequest.Validate if the designated constraints aren't met.

func (FilterTrafficLogDetailsRequestValidationError) Cause

Cause function returns cause value.

func (FilterTrafficLogDetailsRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterTrafficLogDetailsRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterTrafficLogDetailsRequestValidationError) Field

Field function returns field value.

func (FilterTrafficLogDetailsRequestValidationError) Key

Key function returns key value.

func (FilterTrafficLogDetailsRequestValidationError) Reason

Reason function returns reason value.

type FilterUserSubscribeTrafficLogData

type FilterUserSubscribeTrafficLogData struct {
	Total int32                      `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*UserSubscribeTrafficLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterUserSubscribeTrafficLogData) Descriptor deprecated

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

Deprecated: Use FilterUserSubscribeTrafficLogData.ProtoReflect.Descriptor instead.

func (*FilterUserSubscribeTrafficLogData) GetList

func (*FilterUserSubscribeTrafficLogData) GetTotal

func (*FilterUserSubscribeTrafficLogData) ProtoMessage

func (*FilterUserSubscribeTrafficLogData) ProtoMessage()

func (*FilterUserSubscribeTrafficLogData) ProtoReflect

func (*FilterUserSubscribeTrafficLogData) Reset

func (*FilterUserSubscribeTrafficLogData) String

func (*FilterUserSubscribeTrafficLogData) Validate

Validate checks the field values on FilterUserSubscribeTrafficLogData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterUserSubscribeTrafficLogData) ValidateAll

func (m *FilterUserSubscribeTrafficLogData) ValidateAll() error

ValidateAll checks the field values on FilterUserSubscribeTrafficLogData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterUserSubscribeTrafficLogDataMultiError, or nil if none found.

type FilterUserSubscribeTrafficLogDataMultiError

type FilterUserSubscribeTrafficLogDataMultiError []error

FilterUserSubscribeTrafficLogDataMultiError is an error wrapping multiple validation errors returned by FilterUserSubscribeTrafficLogData.ValidateAll() if the designated constraints aren't met.

func (FilterUserSubscribeTrafficLogDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterUserSubscribeTrafficLogDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterUserSubscribeTrafficLogDataValidationError

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

FilterUserSubscribeTrafficLogDataValidationError is the validation error returned by FilterUserSubscribeTrafficLogData.Validate if the designated constraints aren't met.

func (FilterUserSubscribeTrafficLogDataValidationError) Cause

Cause function returns cause value.

func (FilterUserSubscribeTrafficLogDataValidationError) Error

Error satisfies the builtin error interface

func (FilterUserSubscribeTrafficLogDataValidationError) ErrorName

ErrorName returns error name.

func (FilterUserSubscribeTrafficLogDataValidationError) Field

Field function returns field value.

func (FilterUserSubscribeTrafficLogDataValidationError) Key

Key function returns key value.

func (FilterUserSubscribeTrafficLogDataValidationError) Reason

Reason function returns reason value.

type FilterUserSubscribeTrafficLogReply

type FilterUserSubscribeTrafficLogReply struct {
	Code    int32                              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                             `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *FilterUserSubscribeTrafficLogData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*FilterUserSubscribeTrafficLogReply) Descriptor deprecated

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

Deprecated: Use FilterUserSubscribeTrafficLogReply.ProtoReflect.Descriptor instead.

func (*FilterUserSubscribeTrafficLogReply) GetCode

func (*FilterUserSubscribeTrafficLogReply) GetData

func (*FilterUserSubscribeTrafficLogReply) GetMessage

func (*FilterUserSubscribeTrafficLogReply) ProtoMessage

func (*FilterUserSubscribeTrafficLogReply) ProtoMessage()

func (*FilterUserSubscribeTrafficLogReply) ProtoReflect

func (*FilterUserSubscribeTrafficLogReply) Reset

func (*FilterUserSubscribeTrafficLogReply) String

func (*FilterUserSubscribeTrafficLogReply) Validate

Validate checks the field values on FilterUserSubscribeTrafficLogReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterUserSubscribeTrafficLogReply) ValidateAll

func (m *FilterUserSubscribeTrafficLogReply) ValidateAll() error

ValidateAll checks the field values on FilterUserSubscribeTrafficLogReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterUserSubscribeTrafficLogReplyMultiError, or nil if none found.

type FilterUserSubscribeTrafficLogReplyMultiError

type FilterUserSubscribeTrafficLogReplyMultiError []error

FilterUserSubscribeTrafficLogReplyMultiError is an error wrapping multiple validation errors returned by FilterUserSubscribeTrafficLogReply.ValidateAll() if the designated constraints aren't met.

func (FilterUserSubscribeTrafficLogReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterUserSubscribeTrafficLogReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterUserSubscribeTrafficLogReplyValidationError

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

FilterUserSubscribeTrafficLogReplyValidationError is the validation error returned by FilterUserSubscribeTrafficLogReply.Validate if the designated constraints aren't met.

func (FilterUserSubscribeTrafficLogReplyValidationError) Cause

Cause function returns cause value.

func (FilterUserSubscribeTrafficLogReplyValidationError) Error

Error satisfies the builtin error interface

func (FilterUserSubscribeTrafficLogReplyValidationError) ErrorName

ErrorName returns error name.

func (FilterUserSubscribeTrafficLogReplyValidationError) Field

Field function returns field value.

func (FilterUserSubscribeTrafficLogReplyValidationError) Key

Key function returns key value.

func (FilterUserSubscribeTrafficLogReplyValidationError) Reason

Reason function returns reason value.

type FilterUserSubscribeTrafficLogRequest

type FilterUserSubscribeTrafficLogRequest struct {
	Page            int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size            int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Date            string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	UserId          int64  `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserSubscribeId int64  `protobuf:"varint,5,opt,name=user_subscribe_id,json=userSubscribeId,proto3" json:"user_subscribe_id,omitempty"`
	// contains filtered or unexported fields
}

==================== User Subscribe Traffic Log ====================

func (*FilterUserSubscribeTrafficLogRequest) Descriptor deprecated

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

Deprecated: Use FilterUserSubscribeTrafficLogRequest.ProtoReflect.Descriptor instead.

func (*FilterUserSubscribeTrafficLogRequest) GetDate

func (*FilterUserSubscribeTrafficLogRequest) GetPage

func (*FilterUserSubscribeTrafficLogRequest) GetSize

func (*FilterUserSubscribeTrafficLogRequest) GetUserId

func (*FilterUserSubscribeTrafficLogRequest) GetUserSubscribeId

func (x *FilterUserSubscribeTrafficLogRequest) GetUserSubscribeId() int64

func (*FilterUserSubscribeTrafficLogRequest) ProtoMessage

func (*FilterUserSubscribeTrafficLogRequest) ProtoMessage()

func (*FilterUserSubscribeTrafficLogRequest) ProtoReflect

func (*FilterUserSubscribeTrafficLogRequest) Reset

func (*FilterUserSubscribeTrafficLogRequest) String

func (*FilterUserSubscribeTrafficLogRequest) Validate

Validate checks the field values on FilterUserSubscribeTrafficLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterUserSubscribeTrafficLogRequest) ValidateAll

ValidateAll checks the field values on FilterUserSubscribeTrafficLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterUserSubscribeTrafficLogRequestMultiError, or nil if none found.

type FilterUserSubscribeTrafficLogRequestMultiError

type FilterUserSubscribeTrafficLogRequestMultiError []error

FilterUserSubscribeTrafficLogRequestMultiError is an error wrapping multiple validation errors returned by FilterUserSubscribeTrafficLogRequest.ValidateAll() if the designated constraints aren't met.

func (FilterUserSubscribeTrafficLogRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FilterUserSubscribeTrafficLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FilterUserSubscribeTrafficLogRequestValidationError

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

FilterUserSubscribeTrafficLogRequestValidationError is the validation error returned by FilterUserSubscribeTrafficLogRequest.Validate if the designated constraints aren't met.

func (FilterUserSubscribeTrafficLogRequestValidationError) Cause

Cause function returns cause value.

func (FilterUserSubscribeTrafficLogRequestValidationError) Error

Error satisfies the builtin error interface

func (FilterUserSubscribeTrafficLogRequestValidationError) ErrorName

ErrorName returns error name.

func (FilterUserSubscribeTrafficLogRequestValidationError) Field

Field function returns field value.

func (FilterUserSubscribeTrafficLogRequestValidationError) Key

Key function returns key value.

func (FilterUserSubscribeTrafficLogRequestValidationError) Reason

Reason function returns reason value.

type GetLogSettingReply

type GetLogSettingReply struct {
	Code    int32       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string      `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *LogSetting `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据(直接返回配置对象)
	// contains filtered or unexported fields
}

func (*GetLogSettingReply) Descriptor deprecated

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

Deprecated: Use GetLogSettingReply.ProtoReflect.Descriptor instead.

func (*GetLogSettingReply) GetCode

func (x *GetLogSettingReply) GetCode() int32

func (*GetLogSettingReply) GetData

func (x *GetLogSettingReply) GetData() *LogSetting

func (*GetLogSettingReply) GetMessage

func (x *GetLogSettingReply) GetMessage() string

func (*GetLogSettingReply) ProtoMessage

func (*GetLogSettingReply) ProtoMessage()

func (*GetLogSettingReply) ProtoReflect

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

func (*GetLogSettingReply) Reset

func (x *GetLogSettingReply) Reset()

func (*GetLogSettingReply) String

func (x *GetLogSettingReply) String() string

func (*GetLogSettingReply) Validate

func (m *GetLogSettingReply) Validate() error

Validate checks the field values on GetLogSettingReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLogSettingReply) ValidateAll

func (m *GetLogSettingReply) ValidateAll() error

ValidateAll checks the field values on GetLogSettingReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogSettingReplyMultiError, or nil if none found.

type GetLogSettingReplyMultiError

type GetLogSettingReplyMultiError []error

GetLogSettingReplyMultiError is an error wrapping multiple validation errors returned by GetLogSettingReply.ValidateAll() if the designated constraints aren't met.

func (GetLogSettingReplyMultiError) AllErrors

func (m GetLogSettingReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogSettingReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLogSettingReplyValidationError

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

GetLogSettingReplyValidationError is the validation error returned by GetLogSettingReply.Validate if the designated constraints aren't met.

func (GetLogSettingReplyValidationError) Cause

Cause function returns cause value.

func (GetLogSettingReplyValidationError) Error

Error satisfies the builtin error interface

func (GetLogSettingReplyValidationError) ErrorName

ErrorName returns error name.

func (GetLogSettingReplyValidationError) Field

Field function returns field value.

func (GetLogSettingReplyValidationError) Key

Key function returns key value.

func (GetLogSettingReplyValidationError) Reason

Reason function returns reason value.

type GetLogSettingRequest

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

==================== Log Setting ====================

func (*GetLogSettingRequest) Descriptor deprecated

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

Deprecated: Use GetLogSettingRequest.ProtoReflect.Descriptor instead.

func (*GetLogSettingRequest) ProtoMessage

func (*GetLogSettingRequest) ProtoMessage()

func (*GetLogSettingRequest) ProtoReflect

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

func (*GetLogSettingRequest) Reset

func (x *GetLogSettingRequest) Reset()

func (*GetLogSettingRequest) String

func (x *GetLogSettingRequest) String() string

func (*GetLogSettingRequest) Validate

func (m *GetLogSettingRequest) Validate() error

Validate checks the field values on GetLogSettingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLogSettingRequest) ValidateAll

func (m *GetLogSettingRequest) ValidateAll() error

ValidateAll checks the field values on GetLogSettingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogSettingRequestMultiError, or nil if none found.

type GetLogSettingRequestMultiError

type GetLogSettingRequestMultiError []error

GetLogSettingRequestMultiError is an error wrapping multiple validation errors returned by GetLogSettingRequest.ValidateAll() if the designated constraints aren't met.

func (GetLogSettingRequestMultiError) AllErrors

func (m GetLogSettingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogSettingRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetLogSettingRequestValidationError

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

GetLogSettingRequestValidationError is the validation error returned by GetLogSettingRequest.Validate if the designated constraints aren't met.

func (GetLogSettingRequestValidationError) Cause

Cause function returns cause value.

func (GetLogSettingRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLogSettingRequestValidationError) ErrorName

ErrorName returns error name.

func (GetLogSettingRequestValidationError) Field

Field function returns field value.

func (GetLogSettingRequestValidationError) Key

Key function returns key value.

func (GetLogSettingRequestValidationError) Reason

Reason function returns reason value.

type GetMessageLogListData

type GetMessageLogListData struct {
	Total int32         `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*MessageLog `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMessageLogListData) Descriptor deprecated

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

Deprecated: Use GetMessageLogListData.ProtoReflect.Descriptor instead.

func (*GetMessageLogListData) GetList

func (x *GetMessageLogListData) GetList() []*MessageLog

func (*GetMessageLogListData) GetTotal

func (x *GetMessageLogListData) GetTotal() int32

func (*GetMessageLogListData) ProtoMessage

func (*GetMessageLogListData) ProtoMessage()

func (*GetMessageLogListData) ProtoReflect

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

func (*GetMessageLogListData) Reset

func (x *GetMessageLogListData) Reset()

func (*GetMessageLogListData) String

func (x *GetMessageLogListData) String() string

func (*GetMessageLogListData) Validate

func (m *GetMessageLogListData) Validate() error

Validate checks the field values on GetMessageLogListData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMessageLogListData) ValidateAll

func (m *GetMessageLogListData) ValidateAll() error

ValidateAll checks the field values on GetMessageLogListData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageLogListDataMultiError, or nil if none found.

type GetMessageLogListDataMultiError

type GetMessageLogListDataMultiError []error

GetMessageLogListDataMultiError is an error wrapping multiple validation errors returned by GetMessageLogListData.ValidateAll() if the designated constraints aren't met.

func (GetMessageLogListDataMultiError) AllErrors

func (m GetMessageLogListDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMessageLogListDataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMessageLogListDataValidationError

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

GetMessageLogListDataValidationError is the validation error returned by GetMessageLogListData.Validate if the designated constraints aren't met.

func (GetMessageLogListDataValidationError) Cause

Cause function returns cause value.

func (GetMessageLogListDataValidationError) Error

Error satisfies the builtin error interface

func (GetMessageLogListDataValidationError) ErrorName

ErrorName returns error name.

func (GetMessageLogListDataValidationError) Field

Field function returns field value.

func (GetMessageLogListDataValidationError) Key

Key function returns key value.

func (GetMessageLogListDataValidationError) Reason

Reason function returns reason value.

type GetMessageLogListReply

type GetMessageLogListReply struct {
	Code    int32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string                 `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	Data    *GetMessageLogListData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`       // 响应数据
	// contains filtered or unexported fields
}

func (*GetMessageLogListReply) Descriptor deprecated

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

Deprecated: Use GetMessageLogListReply.ProtoReflect.Descriptor instead.

func (*GetMessageLogListReply) GetCode

func (x *GetMessageLogListReply) GetCode() int32

func (*GetMessageLogListReply) GetData

func (*GetMessageLogListReply) GetMessage

func (x *GetMessageLogListReply) GetMessage() string

func (*GetMessageLogListReply) ProtoMessage

func (*GetMessageLogListReply) ProtoMessage()

func (*GetMessageLogListReply) ProtoReflect

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

func (*GetMessageLogListReply) Reset

func (x *GetMessageLogListReply) Reset()

func (*GetMessageLogListReply) String

func (x *GetMessageLogListReply) String() string

func (*GetMessageLogListReply) Validate

func (m *GetMessageLogListReply) Validate() error

Validate checks the field values on GetMessageLogListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMessageLogListReply) ValidateAll

func (m *GetMessageLogListReply) ValidateAll() error

ValidateAll checks the field values on GetMessageLogListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageLogListReplyMultiError, or nil if none found.

type GetMessageLogListReplyMultiError

type GetMessageLogListReplyMultiError []error

GetMessageLogListReplyMultiError is an error wrapping multiple validation errors returned by GetMessageLogListReply.ValidateAll() if the designated constraints aren't met.

func (GetMessageLogListReplyMultiError) AllErrors

func (m GetMessageLogListReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMessageLogListReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMessageLogListReplyValidationError

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

GetMessageLogListReplyValidationError is the validation error returned by GetMessageLogListReply.Validate if the designated constraints aren't met.

func (GetMessageLogListReplyValidationError) Cause

Cause function returns cause value.

func (GetMessageLogListReplyValidationError) Error

Error satisfies the builtin error interface

func (GetMessageLogListReplyValidationError) ErrorName

ErrorName returns error name.

func (GetMessageLogListReplyValidationError) Field

Field function returns field value.

func (GetMessageLogListReplyValidationError) Key

Key function returns key value.

func (GetMessageLogListReplyValidationError) Reason

Reason function returns reason value.

type GetMessageLogListRequest

type GetMessageLogListRequest struct {
	Page   int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	Size   int32  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Type   int32  `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` // 日志类型
	Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

==================== Message Log ====================

func (*GetMessageLogListRequest) Descriptor deprecated

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

Deprecated: Use GetMessageLogListRequest.ProtoReflect.Descriptor instead.

func (*GetMessageLogListRequest) GetPage

func (x *GetMessageLogListRequest) GetPage() int32

func (*GetMessageLogListRequest) GetSearch

func (x *GetMessageLogListRequest) GetSearch() string

func (*GetMessageLogListRequest) GetSize

func (x *GetMessageLogListRequest) GetSize() int32

func (*GetMessageLogListRequest) GetType

func (x *GetMessageLogListRequest) GetType() int32

func (*GetMessageLogListRequest) ProtoMessage

func (*GetMessageLogListRequest) ProtoMessage()

func (*GetMessageLogListRequest) ProtoReflect

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

func (*GetMessageLogListRequest) Reset

func (x *GetMessageLogListRequest) Reset()

func (*GetMessageLogListRequest) String

func (x *GetMessageLogListRequest) String() string

func (*GetMessageLogListRequest) Validate

func (m *GetMessageLogListRequest) Validate() error

Validate checks the field values on GetMessageLogListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMessageLogListRequest) ValidateAll

func (m *GetMessageLogListRequest) ValidateAll() error

ValidateAll checks the field values on GetMessageLogListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMessageLogListRequestMultiError, or nil if none found.

type GetMessageLogListRequestMultiError

type GetMessageLogListRequestMultiError []error

GetMessageLogListRequestMultiError is an error wrapping multiple validation errors returned by GetMessageLogListRequest.ValidateAll() if the designated constraints aren't met.

func (GetMessageLogListRequestMultiError) AllErrors

func (m GetMessageLogListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMessageLogListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMessageLogListRequestValidationError

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

GetMessageLogListRequestValidationError is the validation error returned by GetMessageLogListRequest.Validate if the designated constraints aren't met.

func (GetMessageLogListRequestValidationError) Cause

Cause function returns cause value.

func (GetMessageLogListRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMessageLogListRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMessageLogListRequestValidationError) Field

Field function returns field value.

func (GetMessageLogListRequestValidationError) Key

Key function returns key value.

func (GetMessageLogListRequestValidationError) Reason

Reason function returns reason value.

type GiftLog

type GiftLog struct {
	Type        int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	UserId      int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrderNo     string `protobuf:"bytes,3,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
	SubscribeId int64  `protobuf:"varint,4,opt,name=subscribe_id,json=subscribeId,proto3" json:"subscribe_id,omitempty"`
	Amount      int64  `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"`
	Balance     int64  `protobuf:"varint,6,opt,name=balance,proto3" json:"balance,omitempty"`
	Remark      string `protobuf:"bytes,7,opt,name=remark,proto3" json:"remark,omitempty"`
	Timestamp   int64  `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GiftLog) Descriptor deprecated

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

Deprecated: Use GiftLog.ProtoReflect.Descriptor instead.

func (*GiftLog) GetAmount

func (x *GiftLog) GetAmount() int64

func (*GiftLog) GetBalance

func (x *GiftLog) GetBalance() int64

func (*GiftLog) GetOrderNo

func (x *GiftLog) GetOrderNo() string

func (*GiftLog) GetRemark

func (x *GiftLog) GetRemark() string

func (*GiftLog) GetSubscribeId

func (x *GiftLog) GetSubscribeId() int64

func (*GiftLog) GetTimestamp

func (x *GiftLog) GetTimestamp() int64

func (*GiftLog) GetType

func (x *GiftLog) GetType() int32

func (*GiftLog) GetUserId

func (x *GiftLog) GetUserId() int64

func (*GiftLog) ProtoMessage

func (*GiftLog) ProtoMessage()

func (*GiftLog) ProtoReflect

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

func (*GiftLog) Reset

func (x *GiftLog) Reset()

func (*GiftLog) String

func (x *GiftLog) String() string

func (*GiftLog) Validate

func (m *GiftLog) Validate() error

Validate checks the field values on GiftLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GiftLog) ValidateAll

func (m *GiftLog) ValidateAll() error

ValidateAll checks the field values on GiftLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GiftLogMultiError, or nil if none found.

type GiftLogMultiError

type GiftLogMultiError []error

GiftLogMultiError is an error wrapping multiple validation errors returned by GiftLog.ValidateAll() if the designated constraints aren't met.

func (GiftLogMultiError) AllErrors

func (m GiftLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GiftLogMultiError) Error

func (m GiftLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GiftLogValidationError

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

GiftLogValidationError is the validation error returned by GiftLog.Validate if the designated constraints aren't met.

func (GiftLogValidationError) Cause

func (e GiftLogValidationError) Cause() error

Cause function returns cause value.

func (GiftLogValidationError) Error

func (e GiftLogValidationError) Error() string

Error satisfies the builtin error interface

func (GiftLogValidationError) ErrorName

func (e GiftLogValidationError) ErrorName() string

ErrorName returns error name.

func (GiftLogValidationError) Field

func (e GiftLogValidationError) Field() string

Field function returns field value.

func (GiftLogValidationError) Key

func (e GiftLogValidationError) Key() bool

Key function returns key value.

func (GiftLogValidationError) Reason

func (e GiftLogValidationError) Reason() string

Reason function returns reason value.

type LogServiceClient

type LogServiceClient interface {
	// System Log APIs (proxy_system_log table)
	FilterBalanceLog(ctx context.Context, in *FilterBalanceLogRequest, opts ...grpc.CallOption) (*FilterBalanceLogReply, error)
	FilterCommissionLog(ctx context.Context, in *FilterCommissionLogRequest, opts ...grpc.CallOption) (*FilterCommissionLogReply, error)
	FilterEmailLog(ctx context.Context, in *FilterEmailLogRequest, opts ...grpc.CallOption) (*FilterEmailLogReply, error)
	FilterGiftLog(ctx context.Context, in *FilterGiftLogRequest, opts ...grpc.CallOption) (*FilterGiftLogReply, error)
	FilterLoginLog(ctx context.Context, in *FilterLoginLogRequest, opts ...grpc.CallOption) (*FilterLoginLogReply, error)
	GetMessageLogList(ctx context.Context, in *GetMessageLogListRequest, opts ...grpc.CallOption) (*GetMessageLogListReply, error)
	FilterMobileLog(ctx context.Context, in *FilterMobileLogRequest, opts ...grpc.CallOption) (*FilterMobileLogReply, error)
	FilterRegisterLog(ctx context.Context, in *FilterRegisterLogRequest, opts ...grpc.CallOption) (*FilterRegisterLogReply, error)
	FilterServerTrafficLog(ctx context.Context, in *FilterServerTrafficLogRequest, opts ...grpc.CallOption) (*FilterServerTrafficLogReply, error)
	FilterSubscribeLog(ctx context.Context, in *FilterSubscribeLogRequest, opts ...grpc.CallOption) (*FilterSubscribeLogReply, error)
	FilterResetSubscribeLog(ctx context.Context, in *FilterResetSubscribeLogRequest, opts ...grpc.CallOption) (*FilterResetSubscribeLogReply, error)
	FilterUserSubscribeTrafficLog(ctx context.Context, in *FilterUserSubscribeTrafficLogRequest, opts ...grpc.CallOption) (*FilterUserSubscribeTrafficLogReply, error)
	// Traffic Log APIs (proxy_traffic_log table)
	FilterTrafficLogDetails(ctx context.Context, in *FilterTrafficLogDetailsRequest, opts ...grpc.CallOption) (*FilterTrafficLogDetailsReply, error)
	// Log Setting APIs (proxy_system table)
	GetLogSetting(ctx context.Context, in *GetLogSettingRequest, opts ...grpc.CallOption) (*GetLogSettingReply, error)
	UpdateLogSetting(ctx context.Context, in *UpdateLogSettingRequest, opts ...grpc.CallOption) (*UpdateLogSettingReply, error)
}

LogServiceClient is the client API for LogService 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.

func NewLogServiceClient

func NewLogServiceClient(cc grpc.ClientConnInterface) LogServiceClient

type LogServiceHTTPClient

type LogServiceHTTPClient interface {
	// FilterBalanceLog System Log APIs (proxy_system_log table)
	FilterBalanceLog(ctx context.Context, req *FilterBalanceLogRequest, opts ...http.CallOption) (rsp *FilterBalanceLogReply, err error)
	FilterCommissionLog(ctx context.Context, req *FilterCommissionLogRequest, opts ...http.CallOption) (rsp *FilterCommissionLogReply, err error)
	FilterEmailLog(ctx context.Context, req *FilterEmailLogRequest, opts ...http.CallOption) (rsp *FilterEmailLogReply, err error)
	FilterGiftLog(ctx context.Context, req *FilterGiftLogRequest, opts ...http.CallOption) (rsp *FilterGiftLogReply, err error)
	FilterLoginLog(ctx context.Context, req *FilterLoginLogRequest, opts ...http.CallOption) (rsp *FilterLoginLogReply, err error)
	FilterMobileLog(ctx context.Context, req *FilterMobileLogRequest, opts ...http.CallOption) (rsp *FilterMobileLogReply, err error)
	FilterRegisterLog(ctx context.Context, req *FilterRegisterLogRequest, opts ...http.CallOption) (rsp *FilterRegisterLogReply, err error)
	FilterResetSubscribeLog(ctx context.Context, req *FilterResetSubscribeLogRequest, opts ...http.CallOption) (rsp *FilterResetSubscribeLogReply, err error)
	FilterServerTrafficLog(ctx context.Context, req *FilterServerTrafficLogRequest, opts ...http.CallOption) (rsp *FilterServerTrafficLogReply, err error)
	FilterSubscribeLog(ctx context.Context, req *FilterSubscribeLogRequest, opts ...http.CallOption) (rsp *FilterSubscribeLogReply, err error)
	// FilterTrafficLogDetails Traffic Log APIs (proxy_traffic_log table)
	FilterTrafficLogDetails(ctx context.Context, req *FilterTrafficLogDetailsRequest, opts ...http.CallOption) (rsp *FilterTrafficLogDetailsReply, err error)
	FilterUserSubscribeTrafficLog(ctx context.Context, req *FilterUserSubscribeTrafficLogRequest, opts ...http.CallOption) (rsp *FilterUserSubscribeTrafficLogReply, err error)
	// GetLogSetting Log Setting APIs (proxy_system table)
	GetLogSetting(ctx context.Context, req *GetLogSettingRequest, opts ...http.CallOption) (rsp *GetLogSettingReply, err error)
	GetMessageLogList(ctx context.Context, req *GetMessageLogListRequest, opts ...http.CallOption) (rsp *GetMessageLogListReply, err error)
	UpdateLogSetting(ctx context.Context, req *UpdateLogSettingRequest, opts ...http.CallOption) (rsp *UpdateLogSettingReply, err error)
}

func NewLogServiceHTTPClient

func NewLogServiceHTTPClient(client *http.Client) LogServiceHTTPClient

type LogServiceHTTPClientImpl

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

func (*LogServiceHTTPClientImpl) FilterBalanceLog

FilterBalanceLog System Log APIs (proxy_system_log table)

func (*LogServiceHTTPClientImpl) FilterCommissionLog

func (*LogServiceHTTPClientImpl) FilterEmailLog

func (*LogServiceHTTPClientImpl) FilterGiftLog

func (*LogServiceHTTPClientImpl) FilterLoginLog

func (*LogServiceHTTPClientImpl) FilterMobileLog

func (*LogServiceHTTPClientImpl) FilterRegisterLog

func (*LogServiceHTTPClientImpl) FilterResetSubscribeLog

func (*LogServiceHTTPClientImpl) FilterServerTrafficLog

func (*LogServiceHTTPClientImpl) FilterSubscribeLog

func (*LogServiceHTTPClientImpl) FilterTrafficLogDetails

FilterTrafficLogDetails Traffic Log APIs (proxy_traffic_log table)

func (*LogServiceHTTPClientImpl) FilterUserSubscribeTrafficLog

func (*LogServiceHTTPClientImpl) GetLogSetting

GetLogSetting Log Setting APIs (proxy_system table)

func (*LogServiceHTTPClientImpl) GetMessageLogList

func (*LogServiceHTTPClientImpl) UpdateLogSetting

type LogServiceHTTPServer

type LogServiceHTTPServer interface {
	// FilterBalanceLog System Log APIs (proxy_system_log table)
	FilterBalanceLog(context.Context, *FilterBalanceLogRequest) (*FilterBalanceLogReply, error)
	FilterCommissionLog(context.Context, *FilterCommissionLogRequest) (*FilterCommissionLogReply, error)
	FilterEmailLog(context.Context, *FilterEmailLogRequest) (*FilterEmailLogReply, error)
	FilterGiftLog(context.Context, *FilterGiftLogRequest) (*FilterGiftLogReply, error)
	FilterLoginLog(context.Context, *FilterLoginLogRequest) (*FilterLoginLogReply, error)
	FilterMobileLog(context.Context, *FilterMobileLogRequest) (*FilterMobileLogReply, error)
	FilterRegisterLog(context.Context, *FilterRegisterLogRequest) (*FilterRegisterLogReply, error)
	FilterResetSubscribeLog(context.Context, *FilterResetSubscribeLogRequest) (*FilterResetSubscribeLogReply, error)
	FilterServerTrafficLog(context.Context, *FilterServerTrafficLogRequest) (*FilterServerTrafficLogReply, error)
	FilterSubscribeLog(context.Context, *FilterSubscribeLogRequest) (*FilterSubscribeLogReply, error)
	// FilterTrafficLogDetails Traffic Log APIs (proxy_traffic_log table)
	FilterTrafficLogDetails(context.Context, *FilterTrafficLogDetailsRequest) (*FilterTrafficLogDetailsReply, error)
	FilterUserSubscribeTrafficLog(context.Context, *FilterUserSubscribeTrafficLogRequest) (*FilterUserSubscribeTrafficLogReply, error)
	// GetLogSetting Log Setting APIs (proxy_system table)
	GetLogSetting(context.Context, *GetLogSettingRequest) (*GetLogSettingReply, error)
	GetMessageLogList(context.Context, *GetMessageLogListRequest) (*GetMessageLogListReply, error)
	UpdateLogSetting(context.Context, *UpdateLogSettingRequest) (*UpdateLogSettingReply, error)
}

type LogServiceServer

type LogServiceServer interface {
	// System Log APIs (proxy_system_log table)
	FilterBalanceLog(context.Context, *FilterBalanceLogRequest) (*FilterBalanceLogReply, error)
	FilterCommissionLog(context.Context, *FilterCommissionLogRequest) (*FilterCommissionLogReply, error)
	FilterEmailLog(context.Context, *FilterEmailLogRequest) (*FilterEmailLogReply, error)
	FilterGiftLog(context.Context, *FilterGiftLogRequest) (*FilterGiftLogReply, error)
	FilterLoginLog(context.Context, *FilterLoginLogRequest) (*FilterLoginLogReply, error)
	GetMessageLogList(context.Context, *GetMessageLogListRequest) (*GetMessageLogListReply, error)
	FilterMobileLog(context.Context, *FilterMobileLogRequest) (*FilterMobileLogReply, error)
	FilterRegisterLog(context.Context, *FilterRegisterLogRequest) (*FilterRegisterLogReply, error)
	FilterServerTrafficLog(context.Context, *FilterServerTrafficLogRequest) (*FilterServerTrafficLogReply, error)
	FilterSubscribeLog(context.Context, *FilterSubscribeLogRequest) (*FilterSubscribeLogReply, error)
	FilterResetSubscribeLog(context.Context, *FilterResetSubscribeLogRequest) (*FilterResetSubscribeLogReply, error)
	FilterUserSubscribeTrafficLog(context.Context, *FilterUserSubscribeTrafficLogRequest) (*FilterUserSubscribeTrafficLogReply, error)
	// Traffic Log APIs (proxy_traffic_log table)
	FilterTrafficLogDetails(context.Context, *FilterTrafficLogDetailsRequest) (*FilterTrafficLogDetailsReply, error)
	// Log Setting APIs (proxy_system table)
	GetLogSetting(context.Context, *GetLogSettingRequest) (*GetLogSettingReply, error)
	UpdateLogSetting(context.Context, *UpdateLogSettingRequest) (*UpdateLogSettingReply, error)
	// contains filtered or unexported methods
}

LogServiceServer is the server API for LogService service. All implementations must embed UnimplementedLogServiceServer for forward compatibility.

type LogSetting

type LogSetting struct {
	AutoClear *bool `protobuf:"varint,1,opt,name=auto_clear,json=autoClear,proto3,oneof" json:"auto_clear,omitempty"` // 是否自动清理日志
	ClearDays int64 `protobuf:"varint,2,opt,name=clear_days,json=clearDays,proto3" json:"clear_days,omitempty"`       // 清理天数
	// contains filtered or unexported fields
}

复刻原项目:日志自动清理设置(types.go LogSetting)

func (*LogSetting) Descriptor deprecated

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

Deprecated: Use LogSetting.ProtoReflect.Descriptor instead.

func (*LogSetting) GetAutoClear

func (x *LogSetting) GetAutoClear() bool

func (*LogSetting) GetClearDays

func (x *LogSetting) GetClearDays() int64

func (*LogSetting) ProtoMessage

func (*LogSetting) ProtoMessage()

func (*LogSetting) ProtoReflect

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

func (*LogSetting) Reset

func (x *LogSetting) Reset()

func (*LogSetting) String

func (x *LogSetting) String() string

func (*LogSetting) Validate

func (m *LogSetting) Validate() error

Validate checks the field values on LogSetting with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LogSetting) ValidateAll

func (m *LogSetting) ValidateAll() error

ValidateAll checks the field values on LogSetting with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogSettingMultiError, or nil if none found.

type LogSettingMultiError

type LogSettingMultiError []error

LogSettingMultiError is an error wrapping multiple validation errors returned by LogSetting.ValidateAll() if the designated constraints aren't met.

func (LogSettingMultiError) AllErrors

func (m LogSettingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogSettingMultiError) Error

func (m LogSettingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogSettingValidationError

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

LogSettingValidationError is the validation error returned by LogSetting.Validate if the designated constraints aren't met.

func (LogSettingValidationError) Cause

func (e LogSettingValidationError) Cause() error

Cause function returns cause value.

func (LogSettingValidationError) Error

Error satisfies the builtin error interface

func (LogSettingValidationError) ErrorName

func (e LogSettingValidationError) ErrorName() string

ErrorName returns error name.

func (LogSettingValidationError) Field

Field function returns field value.

func (LogSettingValidationError) Key

Key function returns key value.

func (LogSettingValidationError) Reason

func (e LogSettingValidationError) Reason() string

Reason function returns reason value.

type LoginLog

type LoginLog struct {
	UserId    int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Method    string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	LoginIp   string `protobuf:"bytes,3,opt,name=login_ip,json=loginIp,proto3" json:"login_ip,omitempty"`
	UserAgent string `protobuf:"bytes,4,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Success   bool   `protobuf:"varint,5,opt,name=success,proto3" json:"success,omitempty"`
	Timestamp int64  `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginLog) Descriptor deprecated

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

Deprecated: Use LoginLog.ProtoReflect.Descriptor instead.

func (*LoginLog) GetLoginIp

func (x *LoginLog) GetLoginIp() string

func (*LoginLog) GetMethod

func (x *LoginLog) GetMethod() string

func (*LoginLog) GetSuccess

func (x *LoginLog) GetSuccess() bool

func (*LoginLog) GetTimestamp

func (x *LoginLog) GetTimestamp() int64

func (*LoginLog) GetUserAgent

func (x *LoginLog) GetUserAgent() string

func (*LoginLog) GetUserId

func (x *LoginLog) GetUserId() int64

func (*LoginLog) ProtoMessage

func (*LoginLog) ProtoMessage()

func (*LoginLog) ProtoReflect

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

func (*LoginLog) Reset

func (x *LoginLog) Reset()

func (*LoginLog) String

func (x *LoginLog) String() string

func (*LoginLog) Validate

func (m *LoginLog) Validate() error

Validate checks the field values on LoginLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LoginLog) ValidateAll

func (m *LoginLog) ValidateAll() error

ValidateAll checks the field values on LoginLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LoginLogMultiError, or nil if none found.

type LoginLogMultiError

type LoginLogMultiError []error

LoginLogMultiError is an error wrapping multiple validation errors returned by LoginLog.ValidateAll() if the designated constraints aren't met.

func (LoginLogMultiError) AllErrors

func (m LoginLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoginLogMultiError) Error

func (m LoginLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LoginLogValidationError

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

LoginLogValidationError is the validation error returned by LoginLog.Validate if the designated constraints aren't met.

func (LoginLogValidationError) Cause

func (e LoginLogValidationError) Cause() error

Cause function returns cause value.

func (LoginLogValidationError) Error

func (e LoginLogValidationError) Error() string

Error satisfies the builtin error interface

func (LoginLogValidationError) ErrorName

func (e LoginLogValidationError) ErrorName() string

ErrorName returns error name.

func (LoginLogValidationError) Field

func (e LoginLogValidationError) Field() string

Field function returns field value.

func (LoginLogValidationError) Key

func (e LoginLogValidationError) Key() bool

Key function returns key value.

func (LoginLogValidationError) Reason

func (e LoginLogValidationError) Reason() string

Reason function returns reason value.

type MessageLog

type MessageLog struct {
	Id        int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type      int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Platform  string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
	To        string `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"`
	Subject   string `protobuf:"bytes,5,opt,name=subject,proto3" json:"subject,omitempty"`
	Content   string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	Status    int32  `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageLog) Descriptor deprecated

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

Deprecated: Use MessageLog.ProtoReflect.Descriptor instead.

func (*MessageLog) GetContent

func (x *MessageLog) GetContent() string

func (*MessageLog) GetCreatedAt

func (x *MessageLog) GetCreatedAt() int64

func (*MessageLog) GetId

func (x *MessageLog) GetId() int64

func (*MessageLog) GetPlatform

func (x *MessageLog) GetPlatform() string

func (*MessageLog) GetStatus

func (x *MessageLog) GetStatus() int32

func (*MessageLog) GetSubject

func (x *MessageLog) GetSubject() string

func (*MessageLog) GetTo

func (x *MessageLog) GetTo() string

func (*MessageLog) GetType

func (x *MessageLog) GetType() int32

func (*MessageLog) ProtoMessage

func (*MessageLog) ProtoMessage()

func (*MessageLog) ProtoReflect

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

func (*MessageLog) Reset

func (x *MessageLog) Reset()

func (*MessageLog) String

func (x *MessageLog) String() string

func (*MessageLog) Validate

func (m *MessageLog) Validate() error

Validate checks the field values on MessageLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MessageLog) ValidateAll

func (m *MessageLog) ValidateAll() error

ValidateAll checks the field values on MessageLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MessageLogMultiError, or nil if none found.

type MessageLogMultiError

type MessageLogMultiError []error

MessageLogMultiError is an error wrapping multiple validation errors returned by MessageLog.ValidateAll() if the designated constraints aren't met.

func (MessageLogMultiError) AllErrors

func (m MessageLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MessageLogMultiError) Error

func (m MessageLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MessageLogValidationError

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

MessageLogValidationError is the validation error returned by MessageLog.Validate if the designated constraints aren't met.

func (MessageLogValidationError) Cause

func (e MessageLogValidationError) Cause() error

Cause function returns cause value.

func (MessageLogValidationError) Error

Error satisfies the builtin error interface

func (MessageLogValidationError) ErrorName

func (e MessageLogValidationError) ErrorName() string

ErrorName returns error name.

func (MessageLogValidationError) Field

Field function returns field value.

func (MessageLogValidationError) Key

Key function returns key value.

func (MessageLogValidationError) Reason

func (e MessageLogValidationError) Reason() string

Reason function returns reason value.

type MobileLog

type MobileLog struct {
	Id        int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type      int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Platform  string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
	To        string `protobuf:"bytes,4,opt,name=to,proto3" json:"to,omitempty"`
	Subject   string `protobuf:"bytes,5,opt,name=subject,proto3" json:"subject,omitempty"`
	Content   string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	Status    int32  `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*MobileLog) Descriptor deprecated

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

Deprecated: Use MobileLog.ProtoReflect.Descriptor instead.

func (*MobileLog) GetContent

func (x *MobileLog) GetContent() string

func (*MobileLog) GetCreatedAt

func (x *MobileLog) GetCreatedAt() int64

func (*MobileLog) GetId

func (x *MobileLog) GetId() int64

func (*MobileLog) GetPlatform

func (x *MobileLog) GetPlatform() string

func (*MobileLog) GetStatus

func (x *MobileLog) GetStatus() int32

func (*MobileLog) GetSubject

func (x *MobileLog) GetSubject() string

func (*MobileLog) GetTo

func (x *MobileLog) GetTo() string

func (*MobileLog) GetType

func (x *MobileLog) GetType() int32

func (*MobileLog) ProtoMessage

func (*MobileLog) ProtoMessage()

func (*MobileLog) ProtoReflect

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

func (*MobileLog) Reset

func (x *MobileLog) Reset()

func (*MobileLog) String

func (x *MobileLog) String() string

func (*MobileLog) Validate

func (m *MobileLog) Validate() error

Validate checks the field values on MobileLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MobileLog) ValidateAll

func (m *MobileLog) ValidateAll() error

ValidateAll checks the field values on MobileLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MobileLogMultiError, or nil if none found.

type MobileLogMultiError

type MobileLogMultiError []error

MobileLogMultiError is an error wrapping multiple validation errors returned by MobileLog.ValidateAll() if the designated constraints aren't met.

func (MobileLogMultiError) AllErrors

func (m MobileLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MobileLogMultiError) Error

func (m MobileLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MobileLogValidationError

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

MobileLogValidationError is the validation error returned by MobileLog.Validate if the designated constraints aren't met.

func (MobileLogValidationError) Cause

func (e MobileLogValidationError) Cause() error

Cause function returns cause value.

func (MobileLogValidationError) Error

func (e MobileLogValidationError) Error() string

Error satisfies the builtin error interface

func (MobileLogValidationError) ErrorName

func (e MobileLogValidationError) ErrorName() string

ErrorName returns error name.

func (MobileLogValidationError) Field

func (e MobileLogValidationError) Field() string

Field function returns field value.

func (MobileLogValidationError) Key

Key function returns key value.

func (MobileLogValidationError) Reason

func (e MobileLogValidationError) Reason() string

Reason function returns reason value.

type RegisterLog

type RegisterLog struct {
	UserId     int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	AuthMethod string `protobuf:"bytes,2,opt,name=auth_method,json=authMethod,proto3" json:"auth_method,omitempty"`
	Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	RegisterIp string `protobuf:"bytes,4,opt,name=register_ip,json=registerIp,proto3" json:"register_ip,omitempty"`
	UserAgent  string `protobuf:"bytes,5,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Timestamp  int64  `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterLog) Descriptor deprecated

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

Deprecated: Use RegisterLog.ProtoReflect.Descriptor instead.

func (*RegisterLog) GetAuthMethod

func (x *RegisterLog) GetAuthMethod() string

func (*RegisterLog) GetIdentifier

func (x *RegisterLog) GetIdentifier() string

func (*RegisterLog) GetRegisterIp

func (x *RegisterLog) GetRegisterIp() string

func (*RegisterLog) GetTimestamp

func (x *RegisterLog) GetTimestamp() int64

func (*RegisterLog) GetUserAgent

func (x *RegisterLog) GetUserAgent() string

func (*RegisterLog) GetUserId

func (x *RegisterLog) GetUserId() int64

func (*RegisterLog) ProtoMessage

func (*RegisterLog) ProtoMessage()

func (*RegisterLog) ProtoReflect

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

func (*RegisterLog) Reset

func (x *RegisterLog) Reset()

func (*RegisterLog) String

func (x *RegisterLog) String() string

func (*RegisterLog) Validate

func (m *RegisterLog) Validate() error

Validate checks the field values on RegisterLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RegisterLog) ValidateAll

func (m *RegisterLog) ValidateAll() error

ValidateAll checks the field values on RegisterLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RegisterLogMultiError, or nil if none found.

type RegisterLogMultiError

type RegisterLogMultiError []error

RegisterLogMultiError is an error wrapping multiple validation errors returned by RegisterLog.ValidateAll() if the designated constraints aren't met.

func (RegisterLogMultiError) AllErrors

func (m RegisterLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RegisterLogMultiError) Error

func (m RegisterLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RegisterLogValidationError

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

RegisterLogValidationError is the validation error returned by RegisterLog.Validate if the designated constraints aren't met.

func (RegisterLogValidationError) Cause

Cause function returns cause value.

func (RegisterLogValidationError) Error

Error satisfies the builtin error interface

func (RegisterLogValidationError) ErrorName

func (e RegisterLogValidationError) ErrorName() string

ErrorName returns error name.

func (RegisterLogValidationError) Field

Field function returns field value.

func (RegisterLogValidationError) Key

Key function returns key value.

func (RegisterLogValidationError) Reason

Reason function returns reason value.

type ResetSubscribeLog

type ResetSubscribeLog struct {
	Type            int32  `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	UserId          int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserSubscribeId int64  `protobuf:"varint,3,opt,name=user_subscribe_id,json=userSubscribeId,proto3" json:"user_subscribe_id,omitempty"`
	OrderNo         string `protobuf:"bytes,4,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"`
	Timestamp       int64  `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetSubscribeLog) Descriptor deprecated

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

Deprecated: Use ResetSubscribeLog.ProtoReflect.Descriptor instead.

func (*ResetSubscribeLog) GetOrderNo

func (x *ResetSubscribeLog) GetOrderNo() string

func (*ResetSubscribeLog) GetTimestamp

func (x *ResetSubscribeLog) GetTimestamp() int64

func (*ResetSubscribeLog) GetType

func (x *ResetSubscribeLog) GetType() int32

func (*ResetSubscribeLog) GetUserId

func (x *ResetSubscribeLog) GetUserId() int64

func (*ResetSubscribeLog) GetUserSubscribeId

func (x *ResetSubscribeLog) GetUserSubscribeId() int64

func (*ResetSubscribeLog) ProtoMessage

func (*ResetSubscribeLog) ProtoMessage()

func (*ResetSubscribeLog) ProtoReflect

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

func (*ResetSubscribeLog) Reset

func (x *ResetSubscribeLog) Reset()

func (*ResetSubscribeLog) String

func (x *ResetSubscribeLog) String() string

func (*ResetSubscribeLog) Validate

func (m *ResetSubscribeLog) Validate() error

Validate checks the field values on ResetSubscribeLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResetSubscribeLog) ValidateAll

func (m *ResetSubscribeLog) ValidateAll() error

ValidateAll checks the field values on ResetSubscribeLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResetSubscribeLogMultiError, or nil if none found.

type ResetSubscribeLogMultiError

type ResetSubscribeLogMultiError []error

ResetSubscribeLogMultiError is an error wrapping multiple validation errors returned by ResetSubscribeLog.ValidateAll() if the designated constraints aren't met.

func (ResetSubscribeLogMultiError) AllErrors

func (m ResetSubscribeLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResetSubscribeLogMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResetSubscribeLogValidationError

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

ResetSubscribeLogValidationError is the validation error returned by ResetSubscribeLog.Validate if the designated constraints aren't met.

func (ResetSubscribeLogValidationError) Cause

Cause function returns cause value.

func (ResetSubscribeLogValidationError) Error

Error satisfies the builtin error interface

func (ResetSubscribeLogValidationError) ErrorName

ErrorName returns error name.

func (ResetSubscribeLogValidationError) Field

Field function returns field value.

func (ResetSubscribeLogValidationError) Key

Key function returns key value.

func (ResetSubscribeLogValidationError) Reason

Reason function returns reason value.

type ServerTrafficLog

type ServerTrafficLog struct {
	ServerId int64  `protobuf:"varint,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	Upload   int64  `protobuf:"varint,2,opt,name=upload,proto3" json:"upload,omitempty"`
	Download int64  `protobuf:"varint,3,opt,name=download,proto3" json:"download,omitempty"`
	Total    int32  `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	Date     string `protobuf:"bytes,5,opt,name=date,proto3" json:"date,omitempty"`
	Details  bool   `protobuf:"varint,6,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTrafficLog) Descriptor deprecated

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

Deprecated: Use ServerTrafficLog.ProtoReflect.Descriptor instead.

func (*ServerTrafficLog) GetDate

func (x *ServerTrafficLog) GetDate() string

func (*ServerTrafficLog) GetDetails

func (x *ServerTrafficLog) GetDetails() bool

func (*ServerTrafficLog) GetDownload

func (x *ServerTrafficLog) GetDownload() int64

func (*ServerTrafficLog) GetServerId

func (x *ServerTrafficLog) GetServerId() int64

func (*ServerTrafficLog) GetTotal

func (x *ServerTrafficLog) GetTotal() int32

func (*ServerTrafficLog) GetUpload

func (x *ServerTrafficLog) GetUpload() int64

func (*ServerTrafficLog) ProtoMessage

func (*ServerTrafficLog) ProtoMessage()

func (*ServerTrafficLog) ProtoReflect

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

func (*ServerTrafficLog) Reset

func (x *ServerTrafficLog) Reset()

func (*ServerTrafficLog) String

func (x *ServerTrafficLog) String() string

func (*ServerTrafficLog) Validate

func (m *ServerTrafficLog) Validate() error

Validate checks the field values on ServerTrafficLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServerTrafficLog) ValidateAll

func (m *ServerTrafficLog) ValidateAll() error

ValidateAll checks the field values on ServerTrafficLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServerTrafficLogMultiError, or nil if none found.

type ServerTrafficLogMultiError

type ServerTrafficLogMultiError []error

ServerTrafficLogMultiError is an error wrapping multiple validation errors returned by ServerTrafficLog.ValidateAll() if the designated constraints aren't met.

func (ServerTrafficLogMultiError) AllErrors

func (m ServerTrafficLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerTrafficLogMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ServerTrafficLogValidationError

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

ServerTrafficLogValidationError is the validation error returned by ServerTrafficLog.Validate if the designated constraints aren't met.

func (ServerTrafficLogValidationError) Cause

Cause function returns cause value.

func (ServerTrafficLogValidationError) Error

Error satisfies the builtin error interface

func (ServerTrafficLogValidationError) ErrorName

ErrorName returns error name.

func (ServerTrafficLogValidationError) Field

Field function returns field value.

func (ServerTrafficLogValidationError) Key

Key function returns key value.

func (ServerTrafficLogValidationError) Reason

Reason function returns reason value.

type SubscribeLog

type SubscribeLog struct {
	UserId          int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Token           string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	UserAgent       string `protobuf:"bytes,3,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	ClientIp        string `protobuf:"bytes,4,opt,name=client_ip,json=clientIp,proto3" json:"client_ip,omitempty"`
	UserSubscribeId int64  `protobuf:"varint,5,opt,name=user_subscribe_id,json=userSubscribeId,proto3" json:"user_subscribe_id,omitempty"`
	Timestamp       int64  `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeLog) Descriptor deprecated

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

Deprecated: Use SubscribeLog.ProtoReflect.Descriptor instead.

func (*SubscribeLog) GetClientIp

func (x *SubscribeLog) GetClientIp() string

func (*SubscribeLog) GetTimestamp

func (x *SubscribeLog) GetTimestamp() int64

func (*SubscribeLog) GetToken

func (x *SubscribeLog) GetToken() string

func (*SubscribeLog) GetUserAgent

func (x *SubscribeLog) GetUserAgent() string

func (*SubscribeLog) GetUserId

func (x *SubscribeLog) GetUserId() int64

func (*SubscribeLog) GetUserSubscribeId

func (x *SubscribeLog) GetUserSubscribeId() int64

func (*SubscribeLog) ProtoMessage

func (*SubscribeLog) ProtoMessage()

func (*SubscribeLog) ProtoReflect

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

func (*SubscribeLog) Reset

func (x *SubscribeLog) Reset()

func (*SubscribeLog) String

func (x *SubscribeLog) String() string

func (*SubscribeLog) Validate

func (m *SubscribeLog) Validate() error

Validate checks the field values on SubscribeLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubscribeLog) ValidateAll

func (m *SubscribeLog) ValidateAll() error

ValidateAll checks the field values on SubscribeLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscribeLogMultiError, or nil if none found.

type SubscribeLogMultiError

type SubscribeLogMultiError []error

SubscribeLogMultiError is an error wrapping multiple validation errors returned by SubscribeLog.ValidateAll() if the designated constraints aren't met.

func (SubscribeLogMultiError) AllErrors

func (m SubscribeLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscribeLogMultiError) Error

func (m SubscribeLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SubscribeLogValidationError

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

SubscribeLogValidationError is the validation error returned by SubscribeLog.Validate if the designated constraints aren't met.

func (SubscribeLogValidationError) Cause

Cause function returns cause value.

func (SubscribeLogValidationError) Error

Error satisfies the builtin error interface

func (SubscribeLogValidationError) ErrorName

func (e SubscribeLogValidationError) ErrorName() string

ErrorName returns error name.

func (SubscribeLogValidationError) Field

Field function returns field value.

func (SubscribeLogValidationError) Key

Key function returns key value.

func (SubscribeLogValidationError) Reason

Reason function returns reason value.

type TrafficLogDetail

type TrafficLogDetail struct {
	Id          int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerId    int64 `protobuf:"varint,2,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	UserId      int64 `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SubscribeId int64 `protobuf:"varint,4,opt,name=subscribe_id,json=subscribeId,proto3" json:"subscribe_id,omitempty"`
	Download    int64 `protobuf:"varint,5,opt,name=download,proto3" json:"download,omitempty"`
	Upload      int64 `protobuf:"varint,6,opt,name=upload,proto3" json:"upload,omitempty"`
	Timestamp   int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*TrafficLogDetail) Descriptor deprecated

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

Deprecated: Use TrafficLogDetail.ProtoReflect.Descriptor instead.

func (*TrafficLogDetail) GetDownload

func (x *TrafficLogDetail) GetDownload() int64

func (*TrafficLogDetail) GetId

func (x *TrafficLogDetail) GetId() int64

func (*TrafficLogDetail) GetServerId

func (x *TrafficLogDetail) GetServerId() int64

func (*TrafficLogDetail) GetSubscribeId

func (x *TrafficLogDetail) GetSubscribeId() int64

func (*TrafficLogDetail) GetTimestamp

func (x *TrafficLogDetail) GetTimestamp() int64

func (*TrafficLogDetail) GetUpload

func (x *TrafficLogDetail) GetUpload() int64

func (*TrafficLogDetail) GetUserId

func (x *TrafficLogDetail) GetUserId() int64

func (*TrafficLogDetail) ProtoMessage

func (*TrafficLogDetail) ProtoMessage()

func (*TrafficLogDetail) ProtoReflect

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

func (*TrafficLogDetail) Reset

func (x *TrafficLogDetail) Reset()

func (*TrafficLogDetail) String

func (x *TrafficLogDetail) String() string

func (*TrafficLogDetail) Validate

func (m *TrafficLogDetail) Validate() error

Validate checks the field values on TrafficLogDetail with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TrafficLogDetail) ValidateAll

func (m *TrafficLogDetail) ValidateAll() error

ValidateAll checks the field values on TrafficLogDetail with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TrafficLogDetailMultiError, or nil if none found.

type TrafficLogDetailMultiError

type TrafficLogDetailMultiError []error

TrafficLogDetailMultiError is an error wrapping multiple validation errors returned by TrafficLogDetail.ValidateAll() if the designated constraints aren't met.

func (TrafficLogDetailMultiError) AllErrors

func (m TrafficLogDetailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TrafficLogDetailMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TrafficLogDetailValidationError

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

TrafficLogDetailValidationError is the validation error returned by TrafficLogDetail.Validate if the designated constraints aren't met.

func (TrafficLogDetailValidationError) Cause

Cause function returns cause value.

func (TrafficLogDetailValidationError) Error

Error satisfies the builtin error interface

func (TrafficLogDetailValidationError) ErrorName

ErrorName returns error name.

func (TrafficLogDetailValidationError) Field

Field function returns field value.

func (TrafficLogDetailValidationError) Key

Key function returns key value.

func (TrafficLogDetailValidationError) Reason

Reason function returns reason value.

type UnimplementedLogServiceServer

type UnimplementedLogServiceServer struct{}

UnimplementedLogServiceServer 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 (UnimplementedLogServiceServer) FilterBalanceLog

func (UnimplementedLogServiceServer) FilterCommissionLog

func (UnimplementedLogServiceServer) FilterEmailLog

func (UnimplementedLogServiceServer) FilterGiftLog

func (UnimplementedLogServiceServer) FilterLoginLog

func (UnimplementedLogServiceServer) FilterMobileLog

func (UnimplementedLogServiceServer) FilterRegisterLog

func (UnimplementedLogServiceServer) FilterSubscribeLog

func (UnimplementedLogServiceServer) GetLogSetting

func (UnimplementedLogServiceServer) GetMessageLogList

func (UnimplementedLogServiceServer) UpdateLogSetting

type UnsafeLogServiceServer

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

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

type UpdateLogSettingReply

type UpdateLogSettingReply struct {
	Code    int32  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`      // 状态码
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // 消息内容
	// contains filtered or unexported fields
}

func (*UpdateLogSettingReply) Descriptor deprecated

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

Deprecated: Use UpdateLogSettingReply.ProtoReflect.Descriptor instead.

func (*UpdateLogSettingReply) GetCode

func (x *UpdateLogSettingReply) GetCode() int32

func (*UpdateLogSettingReply) GetMessage

func (x *UpdateLogSettingReply) GetMessage() string

func (*UpdateLogSettingReply) ProtoMessage

func (*UpdateLogSettingReply) ProtoMessage()

func (*UpdateLogSettingReply) ProtoReflect

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

func (*UpdateLogSettingReply) Reset

func (x *UpdateLogSettingReply) Reset()

func (*UpdateLogSettingReply) String

func (x *UpdateLogSettingReply) String() string

func (*UpdateLogSettingReply) Validate

func (m *UpdateLogSettingReply) Validate() error

Validate checks the field values on UpdateLogSettingReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateLogSettingReply) ValidateAll

func (m *UpdateLogSettingReply) ValidateAll() error

ValidateAll checks the field values on UpdateLogSettingReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateLogSettingReplyMultiError, or nil if none found.

type UpdateLogSettingReplyMultiError

type UpdateLogSettingReplyMultiError []error

UpdateLogSettingReplyMultiError is an error wrapping multiple validation errors returned by UpdateLogSettingReply.ValidateAll() if the designated constraints aren't met.

func (UpdateLogSettingReplyMultiError) AllErrors

func (m UpdateLogSettingReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateLogSettingReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateLogSettingReplyValidationError

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

UpdateLogSettingReplyValidationError is the validation error returned by UpdateLogSettingReply.Validate if the designated constraints aren't met.

func (UpdateLogSettingReplyValidationError) Cause

Cause function returns cause value.

func (UpdateLogSettingReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateLogSettingReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateLogSettingReplyValidationError) Field

Field function returns field value.

func (UpdateLogSettingReplyValidationError) Key

Key function returns key value.

func (UpdateLogSettingReplyValidationError) Reason

Reason function returns reason value.

type UpdateLogSettingRequest

type UpdateLogSettingRequest struct {

	// 管理端日志配置更新请求
	AutoClear *bool `protobuf:"varint,1,opt,name=auto_clear,json=autoClear,proto3,oneof" json:"auto_clear,omitempty"` // 是否自动清理日志
	ClearDays int64 `protobuf:"varint,2,opt,name=clear_days,json=clearDays,proto3" json:"clear_days,omitempty"`       // 清理天数
	// contains filtered or unexported fields
}

func (*UpdateLogSettingRequest) Descriptor deprecated

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

Deprecated: Use UpdateLogSettingRequest.ProtoReflect.Descriptor instead.

func (*UpdateLogSettingRequest) GetAutoClear

func (x *UpdateLogSettingRequest) GetAutoClear() bool

func (*UpdateLogSettingRequest) GetClearDays

func (x *UpdateLogSettingRequest) GetClearDays() int64

func (*UpdateLogSettingRequest) ProtoMessage

func (*UpdateLogSettingRequest) ProtoMessage()

func (*UpdateLogSettingRequest) ProtoReflect

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

func (*UpdateLogSettingRequest) Reset

func (x *UpdateLogSettingRequest) Reset()

func (*UpdateLogSettingRequest) String

func (x *UpdateLogSettingRequest) String() string

func (*UpdateLogSettingRequest) Validate

func (m *UpdateLogSettingRequest) Validate() error

Validate checks the field values on UpdateLogSettingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateLogSettingRequest) ValidateAll

func (m *UpdateLogSettingRequest) ValidateAll() error

ValidateAll checks the field values on UpdateLogSettingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateLogSettingRequestMultiError, or nil if none found.

type UpdateLogSettingRequestMultiError

type UpdateLogSettingRequestMultiError []error

UpdateLogSettingRequestMultiError is an error wrapping multiple validation errors returned by UpdateLogSettingRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateLogSettingRequestMultiError) AllErrors

func (m UpdateLogSettingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateLogSettingRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateLogSettingRequestValidationError

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

UpdateLogSettingRequestValidationError is the validation error returned by UpdateLogSettingRequest.Validate if the designated constraints aren't met.

func (UpdateLogSettingRequestValidationError) Cause

Cause function returns cause value.

func (UpdateLogSettingRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateLogSettingRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateLogSettingRequestValidationError) Field

Field function returns field value.

func (UpdateLogSettingRequestValidationError) Key

Key function returns key value.

func (UpdateLogSettingRequestValidationError) Reason

Reason function returns reason value.

type UserSubscribeTrafficLog

type UserSubscribeTrafficLog struct {
	SubscribeId int64  `protobuf:"varint,1,opt,name=subscribe_id,json=subscribeId,proto3" json:"subscribe_id,omitempty"`
	UserId      int64  `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Upload      int64  `protobuf:"varint,3,opt,name=upload,proto3" json:"upload,omitempty"`
	Download    int64  `protobuf:"varint,4,opt,name=download,proto3" json:"download,omitempty"`
	Total       int32  `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	Date        string `protobuf:"bytes,6,opt,name=date,proto3" json:"date,omitempty"`
	Details     bool   `protobuf:"varint,7,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*UserSubscribeTrafficLog) Descriptor deprecated

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

Deprecated: Use UserSubscribeTrafficLog.ProtoReflect.Descriptor instead.

func (*UserSubscribeTrafficLog) GetDate

func (x *UserSubscribeTrafficLog) GetDate() string

func (*UserSubscribeTrafficLog) GetDetails

func (x *UserSubscribeTrafficLog) GetDetails() bool

func (*UserSubscribeTrafficLog) GetDownload

func (x *UserSubscribeTrafficLog) GetDownload() int64

func (*UserSubscribeTrafficLog) GetSubscribeId

func (x *UserSubscribeTrafficLog) GetSubscribeId() int64

func (*UserSubscribeTrafficLog) GetTotal

func (x *UserSubscribeTrafficLog) GetTotal() int32

func (*UserSubscribeTrafficLog) GetUpload

func (x *UserSubscribeTrafficLog) GetUpload() int64

func (*UserSubscribeTrafficLog) GetUserId

func (x *UserSubscribeTrafficLog) GetUserId() int64

func (*UserSubscribeTrafficLog) ProtoMessage

func (*UserSubscribeTrafficLog) ProtoMessage()

func (*UserSubscribeTrafficLog) ProtoReflect

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

func (*UserSubscribeTrafficLog) Reset

func (x *UserSubscribeTrafficLog) Reset()

func (*UserSubscribeTrafficLog) String

func (x *UserSubscribeTrafficLog) String() string

func (*UserSubscribeTrafficLog) Validate

func (m *UserSubscribeTrafficLog) Validate() error

Validate checks the field values on UserSubscribeTrafficLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserSubscribeTrafficLog) ValidateAll

func (m *UserSubscribeTrafficLog) ValidateAll() error

ValidateAll checks the field values on UserSubscribeTrafficLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserSubscribeTrafficLogMultiError, or nil if none found.

type UserSubscribeTrafficLogMultiError

type UserSubscribeTrafficLogMultiError []error

UserSubscribeTrafficLogMultiError is an error wrapping multiple validation errors returned by UserSubscribeTrafficLog.ValidateAll() if the designated constraints aren't met.

func (UserSubscribeTrafficLogMultiError) AllErrors

func (m UserSubscribeTrafficLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserSubscribeTrafficLogMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserSubscribeTrafficLogValidationError

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

UserSubscribeTrafficLogValidationError is the validation error returned by UserSubscribeTrafficLog.Validate if the designated constraints aren't met.

func (UserSubscribeTrafficLogValidationError) Cause

Cause function returns cause value.

func (UserSubscribeTrafficLogValidationError) Error

Error satisfies the builtin error interface

func (UserSubscribeTrafficLogValidationError) ErrorName

ErrorName returns error name.

func (UserSubscribeTrafficLogValidationError) Field

Field function returns field value.

func (UserSubscribeTrafficLogValidationError) Key

Key function returns key value.

func (UserSubscribeTrafficLogValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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