// Code generated by protoc-gen-go. DO NOT EDIT. // source: operation_log.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type LogAddRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` Operation string `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation"` Result int32 `protobuf:"varint,3,opt,name=result,proto3" json:"result"` Detail string `protobuf:"bytes,4,opt,name=detail,proto3" json:"detail"` Type int32 `protobuf:"varint,5,opt,name=type,proto3" json:"type"` Username string `protobuf:"bytes,6,opt,name=username,proto3" json:"username"` ProjectId int64 `protobuf:"varint,7,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LogAddRequest) Reset() { *m = LogAddRequest{} } func (m *LogAddRequest) String() string { return proto.CompactTextString(m) } func (*LogAddRequest) ProtoMessage() {} func (*LogAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_c759f6398179ec0e, []int{0} } func (m *LogAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogAddRequest.Unmarshal(m, b) } func (m *LogAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LogAddRequest.Marshal(b, m, deterministic) } func (m *LogAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_LogAddRequest.Merge(m, src) } func (m *LogAddRequest) XXX_Size() int { return xxx_messageInfo_LogAddRequest.Size(m) } func (m *LogAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_LogAddRequest.DiscardUnknown(m) } var xxx_messageInfo_LogAddRequest proto.InternalMessageInfo func (m *LogAddRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *LogAddRequest) GetOperation() string { if m != nil { return m.Operation } return "" } func (m *LogAddRequest) GetResult() int32 { if m != nil { return m.Result } return 0 } func (m *LogAddRequest) GetDetail() string { if m != nil { return m.Detail } return "" } func (m *LogAddRequest) GetType() int32 { if m != nil { return m.Type } return 0 } func (m *LogAddRequest) GetUsername() string { if m != nil { return m.Username } return "" } func (m *LogAddRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type LogAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LogAddReply) Reset() { *m = LogAddReply{} } func (m *LogAddReply) String() string { return proto.CompactTextString(m) } func (*LogAddReply) ProtoMessage() {} func (*LogAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_c759f6398179ec0e, []int{1} } func (m *LogAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogAddReply.Unmarshal(m, b) } func (m *LogAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LogAddReply.Marshal(b, m, deterministic) } func (m *LogAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_LogAddReply.Merge(m, src) } func (m *LogAddReply) XXX_Size() int { return xxx_messageInfo_LogAddReply.Size(m) } func (m *LogAddReply) XXX_DiscardUnknown() { xxx_messageInfo_LogAddReply.DiscardUnknown(m) } var xxx_messageInfo_LogAddReply proto.InternalMessageInfo type LogInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Operation string `protobuf:"bytes,2,opt,name=operation,proto3" json:"operation"` Result string `protobuf:"bytes,3,opt,name=result,proto3" json:"result"` Detail string `protobuf:"bytes,4,opt,name=detail,proto3" json:"detail"` Uid int64 `protobuf:"varint,5,opt,name=uid,proto3" json:"uid"` Time string `protobuf:"bytes,6,opt,name=time,proto3" json:"time"` ProjectName string `protobuf:"bytes,7,opt,name=project_name,json=projectName,proto3" json:"project_name"` ProjectId int64 `protobuf:"varint,8,opt,name=project_id,json=projectId,proto3" json:"project_id"` ProjectNo string `protobuf:"bytes,9,opt,name=project_no,json=projectNo,proto3" json:"project_no"` SafetyRecordNo string `protobuf:"bytes,10,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LogInfo) Reset() { *m = LogInfo{} } func (m *LogInfo) String() string { return proto.CompactTextString(m) } func (*LogInfo) ProtoMessage() {} func (*LogInfo) Descriptor() ([]byte, []int) { return fileDescriptor_c759f6398179ec0e, []int{2} } func (m *LogInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogInfo.Unmarshal(m, b) } func (m *LogInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LogInfo.Marshal(b, m, deterministic) } func (m *LogInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_LogInfo.Merge(m, src) } func (m *LogInfo) XXX_Size() int { return xxx_messageInfo_LogInfo.Size(m) } func (m *LogInfo) XXX_DiscardUnknown() { xxx_messageInfo_LogInfo.DiscardUnknown(m) } var xxx_messageInfo_LogInfo proto.InternalMessageInfo func (m *LogInfo) GetName() string { if m != nil { return m.Name } return "" } func (m *LogInfo) GetOperation() string { if m != nil { return m.Operation } return "" } func (m *LogInfo) GetResult() string { if m != nil { return m.Result } return "" } func (m *LogInfo) GetDetail() string { if m != nil { return m.Detail } return "" } func (m *LogInfo) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *LogInfo) GetTime() string { if m != nil { return m.Time } return "" } func (m *LogInfo) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *LogInfo) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *LogInfo) GetProjectNo() string { if m != nil { return m.ProjectNo } return "" } func (m *LogInfo) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } type LogListRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Start int64 `protobuf:"varint,2,opt,name=start,proto3" json:"start"` End int64 `protobuf:"varint,3,opt,name=end,proto3" json:"end"` Type int32 `protobuf:"varint,4,opt,name=type,proto3" json:"type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LogListRequest) Reset() { *m = LogListRequest{} } func (m *LogListRequest) String() string { return proto.CompactTextString(m) } func (*LogListRequest) ProtoMessage() {} func (*LogListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_c759f6398179ec0e, []int{3} } func (m *LogListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogListRequest.Unmarshal(m, b) } func (m *LogListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LogListRequest.Marshal(b, m, deterministic) } func (m *LogListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_LogListRequest.Merge(m, src) } func (m *LogListRequest) XXX_Size() int { return xxx_messageInfo_LogListRequest.Size(m) } func (m *LogListRequest) XXX_DiscardUnknown() { xxx_messageInfo_LogListRequest.DiscardUnknown(m) } var xxx_messageInfo_LogListRequest proto.InternalMessageInfo func (m *LogListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *LogListRequest) GetStart() int64 { if m != nil { return m.Start } return 0 } func (m *LogListRequest) GetEnd() int64 { if m != nil { return m.End } return 0 } func (m *LogListRequest) GetType() int32 { if m != nil { return m.Type } return 0 } type LogListReply struct { List []*LogInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LogListReply) Reset() { *m = LogListReply{} } func (m *LogListReply) String() string { return proto.CompactTextString(m) } func (*LogListReply) ProtoMessage() {} func (*LogListReply) Descriptor() ([]byte, []int) { return fileDescriptor_c759f6398179ec0e, []int{4} } func (m *LogListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LogListReply.Unmarshal(m, b) } func (m *LogListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LogListReply.Marshal(b, m, deterministic) } func (m *LogListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_LogListReply.Merge(m, src) } func (m *LogListReply) XXX_Size() int { return xxx_messageInfo_LogListReply.Size(m) } func (m *LogListReply) XXX_DiscardUnknown() { xxx_messageInfo_LogListReply.DiscardUnknown(m) } var xxx_messageInfo_LogListReply proto.InternalMessageInfo func (m *LogListReply) GetList() []*LogInfo { if m != nil { return m.List } return nil } func (m *LogListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *LogListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *LogListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func init() { proto.RegisterType((*LogAddRequest)(nil), "v1.LogAddRequest") proto.RegisterType((*LogAddReply)(nil), "v1.LogAddReply") proto.RegisterType((*LogInfo)(nil), "v1.LogInfo") proto.RegisterType((*LogListRequest)(nil), "v1.LogListRequest") proto.RegisterType((*LogListReply)(nil), "v1.LogListReply") } func init() { proto.RegisterFile("operation_log.proto", fileDescriptor_c759f6398179ec0e) } var fileDescriptor_c759f6398179ec0e = []byte{ // 431 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0xcd, 0x6e, 0xd3, 0x40, 0x10, 0x96, 0x63, 0x3b, 0x89, 0x27, 0x6d, 0x55, 0x2d, 0x08, 0xad, 0xf8, 0x11, 0xc1, 0x17, 0xcc, 0x21, 0xa9, 0x02, 0x4f, 0x00, 0xb7, 0x4a, 0x51, 0x0f, 0xcb, 0x8d, 0x4b, 0xd8, 0xd6, 0x5b, 0x6b, 0x91, 0xe3, 0x5d, 0x76, 0xc7, 0x41, 0xee, 0xb3, 0xf0, 0x2c, 0x3c, 0x1b, 0xda, 0x89, 0xed, 0x54, 0x70, 0x40, 0x9c, 0xfc, 0xcd, 0x37, 0x33, 0x3b, 0xdf, 0x37, 0x63, 0x78, 0x62, 0xac, 0x72, 0x12, 0xb5, 0x69, 0x76, 0xb5, 0xa9, 0xd6, 0xd6, 0x19, 0x34, 0x6c, 0x72, 0xd8, 0xe4, 0xbf, 0x22, 0x38, 0xdf, 0x9a, 0xea, 0x63, 0x59, 0x0a, 0xf5, 0xbd, 0x55, 0x1e, 0xd9, 0x25, 0xc4, 0xad, 0x2e, 0x79, 0xb4, 0x8c, 0x8a, 0x58, 0x04, 0xc8, 0x5e, 0x42, 0x36, 0xb6, 0xf3, 0xc9, 0x32, 0x2a, 0x32, 0x71, 0x22, 0xd8, 0x33, 0x98, 0x3a, 0xe5, 0xdb, 0x1a, 0x79, 0xbc, 0x8c, 0x8a, 0x54, 0xf4, 0x51, 0xe0, 0x4b, 0x85, 0x52, 0xd7, 0x3c, 0xa1, 0x96, 0x3e, 0x62, 0x0c, 0x12, 0xec, 0xac, 0xe2, 0x29, 0x55, 0x13, 0x66, 0xcf, 0x61, 0xde, 0x7a, 0xe5, 0x1a, 0xb9, 0x57, 0x7c, 0x4a, 0xd5, 0x63, 0xcc, 0x5e, 0x01, 0x58, 0x67, 0xbe, 0xa9, 0x3b, 0xdc, 0xe9, 0x92, 0xcf, 0x48, 0x56, 0xd6, 0x33, 0xd7, 0x65, 0x7e, 0x0e, 0x8b, 0x41, 0xbf, 0xad, 0xbb, 0xfc, 0xe7, 0x04, 0x66, 0x5b, 0x53, 0x5d, 0x37, 0xf7, 0x26, 0x4c, 0xa2, 0x17, 0x23, 0x7a, 0x91, 0xf0, 0x7f, 0x79, 0xc9, 0xfe, 0xe9, 0xa5, 0xdf, 0x55, 0x7a, 0xda, 0x55, 0x70, 0xa7, 0x47, 0x17, 0x84, 0xd9, 0x1b, 0x38, 0x1b, 0x1c, 0x90, 0x9e, 0x19, 0xe5, 0x16, 0x3d, 0x77, 0xf3, 0xb7, 0xc9, 0xf9, 0x1f, 0x26, 0x1f, 0xa7, 0x1b, 0xc3, 0xb3, 0xa3, 0xec, 0xa1, 0xdf, 0xb0, 0x02, 0x2e, 0xbd, 0xbc, 0x57, 0xd8, 0xed, 0x9c, 0xba, 0x33, 0xae, 0x0c, 0x45, 0x40, 0x45, 0x17, 0x47, 0x5e, 0x10, 0x7d, 0x63, 0xf2, 0xaf, 0x70, 0xb1, 0x35, 0xd5, 0x56, 0x7b, 0x1c, 0xce, 0xcd, 0x20, 0xb1, 0xb2, 0x3a, 0x2e, 0x29, 0x15, 0x84, 0xd9, 0x53, 0x48, 0x3d, 0x4a, 0x87, 0xb4, 0xa0, 0x58, 0x1c, 0x83, 0x60, 0x56, 0x35, 0x25, 0x6d, 0x26, 0x16, 0x01, 0x8e, 0xa7, 0x4c, 0x4e, 0xa7, 0xcc, 0x0f, 0x70, 0x36, 0x4e, 0xb0, 0x75, 0xc7, 0x5e, 0x43, 0x52, 0x6b, 0x8f, 0x3c, 0x5a, 0xc6, 0xc5, 0xe2, 0xfd, 0x62, 0x7d, 0xd8, 0xac, 0xfb, 0xfb, 0x08, 0x4a, 0x84, 0x61, 0x68, 0x50, 0xd6, 0xc3, 0x30, 0x0a, 0x46, 0x59, 0xf1, 0x23, 0x59, 0x2f, 0x20, 0x0b, 0xdf, 0x9d, 0xd7, 0x0f, 0xc3, 0xcc, 0x79, 0x20, 0x3e, 0xeb, 0x07, 0xf5, 0xe9, 0xdd, 0x97, 0xb7, 0x7e, 0x2f, 0x1d, 0xae, 0x7c, 0x6b, 0x6d, 0xad, 0x95, 0x5b, 0xed, 0x65, 0x23, 0x2b, 0xb5, 0x57, 0x0d, 0xae, 0x2a, 0x89, 0xea, 0x87, 0xec, 0xae, 0xec, 0xed, 0xd5, 0x61, 0x73, 0x3b, 0xa5, 0xdf, 0xff, 0xc3, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x7e, 0xd0, 0x34, 0x15, 0x03, 0x00, 0x00, }