2 Star 0 Fork 0

jmash / rbac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rbac_log_message.pb.go 35.19 KB
一键复制 编辑 原始数据 按行查看 历史
digithuman 提交于 2023-12-27 23:20 . grpc 25.1
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc v4.25.1
// source: jmash/rbac/protobuf/rbac_log_message.proto
package rbac
import (
basic "gitee.com/jmash/jmash/trunk/jmash-core-gateway/src/jmash/basic"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// 操作日志查询
type LogReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 租户.
Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// 当前页码
CurPage int32 `protobuf:"varint,2,opt,name=cur_page,json=curPage,proto3" json:"cur_page,omitempty"`
// 页尺寸
PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// 排序名称
OrderName string `protobuf:"bytes,4,opt,name=order_name,json=orderName,proto3" json:"order_name,omitempty"`
// 是否升序排序
OrderAsc bool `protobuf:"varint,5,opt,name=order_asc,json=orderAsc,proto3" json:"order_asc,omitempty"`
// 创建人
CreateBy string `protobuf:"bytes,6,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
// 创建时间开始
StartCreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=start_create_time,json=startCreateTime,proto3" json:"start_create_time,omitempty"`
// 创建时间结束
EndCreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=end_create_time,json=endCreateTime,proto3" json:"end_create_time,omitempty"`
// 月份
Partition int32 `protobuf:"varint,9,opt,name=partition,proto3" json:"partition,omitempty"`
// 日志名称
LikeLogName string `protobuf:"bytes,10,opt,name=like_log_name,json=likeLogName,proto3" json:"like_log_name,omitempty"`
// 日志级别
LogLevel string `protobuf:"bytes,11,opt,name=log_level,json=logLevel,proto3" json:"log_level,omitempty"`
// 日志信息
LikeLogMsg string `protobuf:"bytes,12,opt,name=like_log_msg,json=likeLogMsg,proto3" json:"like_log_msg,omitempty"`
}
func (x *LogReq) Reset() {
*x = LogReq{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogReq) ProtoMessage() {}
func (x *LogReq) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogReq.ProtoReflect.Descriptor instead.
func (*LogReq) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{0}
}
func (x *LogReq) GetTenant() string {
if x != nil {
return x.Tenant
}
return ""
}
func (x *LogReq) GetCurPage() int32 {
if x != nil {
return x.CurPage
}
return 0
}
func (x *LogReq) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *LogReq) GetOrderName() string {
if x != nil {
return x.OrderName
}
return ""
}
func (x *LogReq) GetOrderAsc() bool {
if x != nil {
return x.OrderAsc
}
return false
}
func (x *LogReq) GetCreateBy() string {
if x != nil {
return x.CreateBy
}
return ""
}
func (x *LogReq) GetStartCreateTime() *timestamppb.Timestamp {
if x != nil {
return x.StartCreateTime
}
return nil
}
func (x *LogReq) GetEndCreateTime() *timestamppb.Timestamp {
if x != nil {
return x.EndCreateTime
}
return nil
}
func (x *LogReq) GetPartition() int32 {
if x != nil {
return x.Partition
}
return 0
}
func (x *LogReq) GetLikeLogName() string {
if x != nil {
return x.LikeLogName
}
return ""
}
func (x *LogReq) GetLogLevel() string {
if x != nil {
return x.LogLevel
}
return ""
}
func (x *LogReq) GetLikeLogMsg() string {
if x != nil {
return x.LikeLogMsg
}
return ""
}
// 操作日志实体
type LogModel struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 日志
LogId string `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
// 表分区
Partition_ int32 `protobuf:"varint,2,opt,name=partition_,json=partition,proto3" json:"partition_,omitempty"`
// 日志名称
LogName string `protobuf:"bytes,3,opt,name=log_name,json=logName,proto3" json:"log_name,omitempty"`
// 日志级别
LogLevel string `protobuf:"bytes,4,opt,name=log_level,json=logLevel,proto3" json:"log_level,omitempty"`
// 日志信息
LogMsg string `protobuf:"bytes,5,opt,name=log_msg,json=logMsg,proto3" json:"log_msg,omitempty"`
// 环境参数
EnvProps string `protobuf:"bytes,6,opt,name=env_props,json=envProps,proto3" json:"env_props,omitempty"`
// 日志内容
LogContent string `protobuf:"bytes,7,opt,name=log_content,json=logContent,proto3" json:"log_content,omitempty"`
// 用户IP
UserIp string `protobuf:"bytes,8,opt,name=user_ip,json=userIp,proto3" json:"user_ip,omitempty"`
// 代理IP
ProxyIp string `protobuf:"bytes,9,opt,name=proxy_ip,json=proxyIp,proto3" json:"proxy_ip,omitempty"`
// 创建人/用户ID
CreateBy string `protobuf:"bytes,10,opt,name=create_by,json=createBy,proto3" json:"create_by,omitempty"`
// 创建时间/操作时间
CreateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
}
func (x *LogModel) Reset() {
*x = LogModel{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogModel) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogModel) ProtoMessage() {}
func (x *LogModel) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogModel.ProtoReflect.Descriptor instead.
func (*LogModel) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{1}
}
func (x *LogModel) GetLogId() string {
if x != nil {
return x.LogId
}
return ""
}
func (x *LogModel) GetPartition_() int32 {
if x != nil {
return x.Partition_
}
return 0
}
func (x *LogModel) GetLogName() string {
if x != nil {
return x.LogName
}
return ""
}
func (x *LogModel) GetLogLevel() string {
if x != nil {
return x.LogLevel
}
return ""
}
func (x *LogModel) GetLogMsg() string {
if x != nil {
return x.LogMsg
}
return ""
}
func (x *LogModel) GetEnvProps() string {
if x != nil {
return x.EnvProps
}
return ""
}
func (x *LogModel) GetLogContent() string {
if x != nil {
return x.LogContent
}
return ""
}
func (x *LogModel) GetUserIp() string {
if x != nil {
return x.UserIp
}
return ""
}
func (x *LogModel) GetProxyIp() string {
if x != nil {
return x.ProxyIp
}
return ""
}
func (x *LogModel) GetCreateBy() string {
if x != nil {
return x.CreateBy
}
return ""
}
func (x *LogModel) GetCreateTime() *timestamppb.Timestamp {
if x != nil {
return x.CreateTime
}
return nil
}
// 操作日志列表
type LogList struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 当前页内容
Results []*LogModel `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
}
func (x *LogList) Reset() {
*x = LogList{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogList) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogList) ProtoMessage() {}
func (x *LogList) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogList.ProtoReflect.Descriptor instead.
func (*LogList) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{2}
}
func (x *LogList) GetResults() []*LogModel {
if x != nil {
return x.Results
}
return nil
}
// 操作日志分页
type LogPage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 当前页内容
Results []*LogModel `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
// 当前页码
CurPage int32 `protobuf:"varint,2,opt,name=cur_page,json=curPage,proto3" json:"cur_page,omitempty"`
// 页尺寸
PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// 总记录数
TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
// 本页小计
SubTotalDto *LogModelTotal `protobuf:"bytes,5,opt,name=sub_total_dto,json=subTotalDto,proto3" json:"sub_total_dto,omitempty"`
// 合计
TotalDto *LogModelTotal `protobuf:"bytes,6,opt,name=total_dto,json=totalDto,proto3" json:"total_dto,omitempty"`
}
func (x *LogPage) Reset() {
*x = LogPage{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogPage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogPage) ProtoMessage() {}
func (x *LogPage) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogPage.ProtoReflect.Descriptor instead.
func (*LogPage) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{3}
}
func (x *LogPage) GetResults() []*LogModel {
if x != nil {
return x.Results
}
return nil
}
func (x *LogPage) GetCurPage() int32 {
if x != nil {
return x.CurPage
}
return 0
}
func (x *LogPage) GetPageSize() int32 {
if x != nil {
return x.PageSize
}
return 0
}
func (x *LogPage) GetTotalSize() int32 {
if x != nil {
return x.TotalSize
}
return 0
}
func (x *LogPage) GetSubTotalDto() *LogModelTotal {
if x != nil {
return x.SubTotalDto
}
return nil
}
func (x *LogPage) GetTotalDto() *LogModelTotal {
if x != nil {
return x.TotalDto
}
return nil
}
// 合计
type LogModelTotal struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 总记录数
TotalSize int32 `protobuf:"varint,1,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
}
func (x *LogModelTotal) Reset() {
*x = LogModelTotal{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogModelTotal) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogModelTotal) ProtoMessage() {}
func (x *LogModelTotal) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogModelTotal.ProtoReflect.Descriptor instead.
func (*LogModelTotal) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{4}
}
func (x *LogModelTotal) GetTotalSize() int32 {
if x != nil {
return x.TotalSize
}
return 0
}
// 操作日志主键
type LogKey struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 租户.
Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
LogId string `protobuf:"bytes,2,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
Partition_ int32 `protobuf:"varint,3,opt,name=partition_,json=partition,proto3" json:"partition_,omitempty"`
}
func (x *LogKey) Reset() {
*x = LogKey{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogKey) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogKey) ProtoMessage() {}
func (x *LogKey) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogKey.ProtoReflect.Descriptor instead.
func (*LogKey) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{5}
}
func (x *LogKey) GetTenant() string {
if x != nil {
return x.Tenant
}
return ""
}
func (x *LogKey) GetLogId() string {
if x != nil {
return x.LogId
}
return ""
}
func (x *LogKey) GetPartition_() int32 {
if x != nil {
return x.Partition_
}
return 0
}
// 操作日志List
type LogKeyList struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
LogKey []*LogKey `protobuf:"bytes,1,rep,name=log_key,json=logKey,proto3" json:"log_key,omitempty"`
}
func (x *LogKeyList) Reset() {
*x = LogKeyList{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogKeyList) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogKeyList) ProtoMessage() {}
func (x *LogKeyList) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogKeyList.ProtoReflect.Descriptor instead.
func (*LogKeyList) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{6}
}
func (x *LogKeyList) GetLogKey() []*LogKey {
if x != nil {
return x.LogKey
}
return nil
}
type LogExportReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 租户
Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// 标题
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
// 字段列表
TableHeads []*basic.TableHead `protobuf:"bytes,3,rep,name=table_heads,json=tableHeads,proto3" json:"table_heads,omitempty"`
// 显示文件名
FileName string `protobuf:"bytes,4,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
// 筛选条件
Req *LogReq `protobuf:"bytes,5,opt,name=req,proto3" json:"req,omitempty"`
}
func (x *LogExportReq) Reset() {
*x = LogExportReq{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogExportReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogExportReq) ProtoMessage() {}
func (x *LogExportReq) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogExportReq.ProtoReflect.Descriptor instead.
func (*LogExportReq) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{7}
}
func (x *LogExportReq) GetTenant() string {
if x != nil {
return x.Tenant
}
return ""
}
func (x *LogExportReq) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *LogExportReq) GetTableHeads() []*basic.TableHead {
if x != nil {
return x.TableHeads
}
return nil
}
func (x *LogExportReq) GetFileName() string {
if x != nil {
return x.FileName
}
return ""
}
func (x *LogExportReq) GetReq() *LogReq {
if x != nil {
return x.Req
}
return nil
}
// 清理N年前日志功能
type LogDelReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// 租户.
Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// 清理N年前日志功能
Number int32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
}
func (x *LogDelReq) Reset() {
*x = LogDelReq{}
if protoimpl.UnsafeEnabled {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LogDelReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogDelReq) ProtoMessage() {}
func (x *LogDelReq) ProtoReflect() protoreflect.Message {
mi := &file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogDelReq.ProtoReflect.Descriptor instead.
func (*LogDelReq) Descriptor() ([]byte, []int) {
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP(), []int{8}
}
func (x *LogDelReq) GetTenant() string {
if x != nil {
return x.Tenant
}
return ""
}
func (x *LogDelReq) GetNumber() int32 {
if x != nil {
return x.Number
}
return 0
}
var File_jmash_rbac_protobuf_rbac_log_message_proto protoreflect.FileDescriptor
var file_jmash_rbac_protobuf_rbac_log_message_proto_rawDesc = []byte{
0x0a, 0x2a, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2f, 0x72, 0x62, 0x61, 0x63, 0x2f, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x72, 0x62, 0x61, 0x63, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x6d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6a, 0x6d,
0x61, 0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x6a, 0x6d, 0x61, 0x73, 0x68,
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x62, 0x61, 0x73, 0x69, 0x63, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbe, 0x03, 0x0a, 0x06, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x71,
0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x75, 0x72, 0x5f,
0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x75, 0x72, 0x50,
0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65,
0x12, 0x1d, 0x0a, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12,
0x1b, 0x0a, 0x09, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x73, 0x63, 0x18, 0x05, 0x20, 0x01,
0x28, 0x08, 0x52, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x73, 0x63, 0x12, 0x1b, 0x0a, 0x09,
0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x79, 0x12, 0x46, 0x0a, 0x11, 0x73, 0x74, 0x61,
0x72, 0x74, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
0x52, 0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
0x65, 0x12, 0x42, 0x0a, 0x0f, 0x65, 0x6e, 0x64, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f,
0x74, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0d, 0x65, 0x6e, 0x64, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69,
0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0d, 0x6c, 0x69, 0x6b, 0x65, 0x5f, 0x6c, 0x6f, 0x67, 0x5f,
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x69, 0x6b, 0x65,
0x4c, 0x6f, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x5f, 0x6c,
0x65, 0x76, 0x65, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x67, 0x4c,
0x65, 0x76, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0c, 0x6c, 0x69, 0x6b, 0x65, 0x5f, 0x6c, 0x6f, 0x67,
0x5f, 0x6d, 0x73, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6c, 0x69, 0x6b, 0x65,
0x4c, 0x6f, 0x67, 0x4d, 0x73, 0x67, 0x22, 0xdd, 0x02, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x4d, 0x6f,
0x64, 0x65, 0x6c, 0x12, 0x15, 0x0a, 0x06, 0x6c, 0x6f, 0x67, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x6f, 0x67, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61,
0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09,
0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x6c, 0x6f, 0x67,
0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x6f, 0x67,
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x5f, 0x6c, 0x65, 0x76, 0x65,
0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76, 0x65,
0x6c, 0x12, 0x17, 0x0a, 0x07, 0x6c, 0x6f, 0x67, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x05, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06, 0x6c, 0x6f, 0x67, 0x4d, 0x73, 0x67, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x6e,
0x76, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65,
0x6e, 0x76, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x6c, 0x6f, 0x67, 0x5f, 0x63,
0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6c, 0x6f,
0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72,
0x5f, 0x69, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
0x70, 0x12, 0x19, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x69, 0x70, 0x18, 0x09, 0x20,
0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x49, 0x70, 0x12, 0x1b, 0x0a, 0x09,
0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x62, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x79, 0x12, 0x3b, 0x0a, 0x0b, 0x63, 0x72, 0x65,
0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61,
0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x39, 0x0a, 0x07, 0x4c, 0x6f, 0x67, 0x4c, 0x69, 0x73,
0x74, 0x12, 0x2e, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63, 0x2e,
0x4c, 0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
0x73, 0x22, 0x87, 0x02, 0x0a, 0x07, 0x4c, 0x6f, 0x67, 0x50, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a,
0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14,
0x2e, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63, 0x2e, 0x4c, 0x6f, 0x67, 0x4d,
0x6f, 0x64, 0x65, 0x6c, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x12, 0x19, 0x0a,
0x08, 0x63, 0x75, 0x72, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
0x07, 0x63, 0x75, 0x72, 0x50, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65,
0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67,
0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73,
0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c,
0x53, 0x69, 0x7a, 0x65, 0x12, 0x3d, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x5f, 0x74, 0x6f, 0x74, 0x61,
0x6c, 0x5f, 0x64, 0x74, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6a, 0x6d,
0x61, 0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63, 0x2e, 0x4c, 0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65,
0x6c, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x0b, 0x73, 0x75, 0x62, 0x54, 0x6f, 0x74, 0x61, 0x6c,
0x44, 0x74, 0x6f, 0x12, 0x36, 0x0a, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x64, 0x74, 0x6f,
0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2e, 0x72,
0x62, 0x61, 0x63, 0x2e, 0x4c, 0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x54, 0x6f, 0x74, 0x61,
0x6c, 0x52, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x74, 0x6f, 0x22, 0x2e, 0x0a, 0x0d, 0x4c,
0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x1d, 0x0a, 0x0a,
0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x56, 0x0a, 0x06, 0x4c,
0x6f, 0x67, 0x4b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x12, 0x15, 0x0a,
0x06, 0x6c, 0x6f, 0x67, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c,
0x6f, 0x67, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f,
0x6e, 0x5f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x22, 0x39, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x79, 0x4c, 0x69, 0x73,
0x74, 0x12, 0x2b, 0x0a, 0x07, 0x6c, 0x6f, 0x67, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63, 0x2e,
0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x79, 0x52, 0x06, 0x6c, 0x6f, 0x67, 0x4b, 0x65, 0x79, 0x22, 0xbb,
0x01, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12,
0x16, 0x0a, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x3a, 0x0a,
0x0b, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x62, 0x75, 0x66, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x48, 0x65, 0x61, 0x64, 0x52, 0x0a, 0x74,
0x61, 0x62, 0x6c, 0x65, 0x48, 0x65, 0x61, 0x64, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x66, 0x69, 0x6c,
0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69,
0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x03, 0x72, 0x65, 0x71, 0x18, 0x05, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6a, 0x6d, 0x61, 0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63,
0x2e, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x71, 0x52, 0x03, 0x72, 0x65, 0x71, 0x22, 0x3b, 0x0a, 0x09,
0x4c, 0x6f, 0x67, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6e,
0x61, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e,
0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
0x05, 0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x32, 0x0a, 0x13, 0x6a, 0x6d, 0x61,
0x73, 0x68, 0x2e, 0x72, 0x62, 0x61, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x42, 0x08, 0x4c, 0x6f, 0x67, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x0f, 0x6a, 0x6d,
0x61, 0x73, 0x68, 0x2f, 0x72, 0x62, 0x61, 0x63, 0x3b, 0x72, 0x62, 0x61, 0x63, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescOnce sync.Once
file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescData = file_jmash_rbac_protobuf_rbac_log_message_proto_rawDesc
)
func file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescGZIP() []byte {
file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescOnce.Do(func() {
file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescData = protoimpl.X.CompressGZIP(file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescData)
})
return file_jmash_rbac_protobuf_rbac_log_message_proto_rawDescData
}
var file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
var file_jmash_rbac_protobuf_rbac_log_message_proto_goTypes = []interface{}{
(*LogReq)(nil), // 0: jmash.rbac.LogReq
(*LogModel)(nil), // 1: jmash.rbac.LogModel
(*LogList)(nil), // 2: jmash.rbac.LogList
(*LogPage)(nil), // 3: jmash.rbac.LogPage
(*LogModelTotal)(nil), // 4: jmash.rbac.LogModelTotal
(*LogKey)(nil), // 5: jmash.rbac.LogKey
(*LogKeyList)(nil), // 6: jmash.rbac.LogKeyList
(*LogExportReq)(nil), // 7: jmash.rbac.LogExportReq
(*LogDelReq)(nil), // 8: jmash.rbac.LogDelReq
(*timestamppb.Timestamp)(nil), // 9: google.protobuf.Timestamp
(*basic.TableHead)(nil), // 10: jmash.protobuf.TableHead
}
var file_jmash_rbac_protobuf_rbac_log_message_proto_depIdxs = []int32{
9, // 0: jmash.rbac.LogReq.start_create_time:type_name -> google.protobuf.Timestamp
9, // 1: jmash.rbac.LogReq.end_create_time:type_name -> google.protobuf.Timestamp
9, // 2: jmash.rbac.LogModel.create_time:type_name -> google.protobuf.Timestamp
1, // 3: jmash.rbac.LogList.results:type_name -> jmash.rbac.LogModel
1, // 4: jmash.rbac.LogPage.results:type_name -> jmash.rbac.LogModel
4, // 5: jmash.rbac.LogPage.sub_total_dto:type_name -> jmash.rbac.LogModelTotal
4, // 6: jmash.rbac.LogPage.total_dto:type_name -> jmash.rbac.LogModelTotal
5, // 7: jmash.rbac.LogKeyList.log_key:type_name -> jmash.rbac.LogKey
10, // 8: jmash.rbac.LogExportReq.table_heads:type_name -> jmash.protobuf.TableHead
0, // 9: jmash.rbac.LogExportReq.req:type_name -> jmash.rbac.LogReq
10, // [10:10] is the sub-list for method output_type
10, // [10:10] is the sub-list for method input_type
10, // [10:10] is the sub-list for extension type_name
10, // [10:10] is the sub-list for extension extendee
0, // [0:10] is the sub-list for field type_name
}
func init() { file_jmash_rbac_protobuf_rbac_log_message_proto_init() }
func file_jmash_rbac_protobuf_rbac_log_message_proto_init() {
if File_jmash_rbac_protobuf_rbac_log_message_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogModel); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogList); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogPage); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogModelTotal); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogKey); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogKeyList); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogExportReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*LogDelReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_jmash_rbac_protobuf_rbac_log_message_proto_rawDesc,
NumEnums: 0,
NumMessages: 9,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_jmash_rbac_protobuf_rbac_log_message_proto_goTypes,
DependencyIndexes: file_jmash_rbac_protobuf_rbac_log_message_proto_depIdxs,
MessageInfos: file_jmash_rbac_protobuf_rbac_log_message_proto_msgTypes,
}.Build()
File_jmash_rbac_protobuf_rbac_log_message_proto = out.File
file_jmash_rbac_protobuf_rbac_log_message_proto_rawDesc = nil
file_jmash_rbac_protobuf_rbac_log_message_proto_goTypes = nil
file_jmash_rbac_protobuf_rbac_log_message_proto_depIdxs = nil
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jmash/rbac.git
git@gitee.com:jmash/rbac.git
jmash
rbac
rbac
14f349c9227c

搜索帮助