123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: property_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 CompanyLogAddRequest struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action"`
- Origin string `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin"`
- Target string `protobuf:"bytes,4,opt,name=target,proto3" json:"target"`
- Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username"`
- Cid int64 `protobuf:"varint,6,opt,name=cid,proto3" json:"cid"`
- Timestamp int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp"`
- Module string `protobuf:"bytes,8,opt,name=module,proto3" json:"module"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyLogAddRequest) Reset() { *m = CompanyLogAddRequest{} }
- func (m *CompanyLogAddRequest) String() string { return proto.CompactTextString(m) }
- func (*CompanyLogAddRequest) ProtoMessage() {}
- func (*CompanyLogAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{0}
- }
- func (m *CompanyLogAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyLogAddRequest.Unmarshal(m, b)
- }
- func (m *CompanyLogAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyLogAddRequest.Marshal(b, m, deterministic)
- }
- func (m *CompanyLogAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyLogAddRequest.Merge(m, src)
- }
- func (m *CompanyLogAddRequest) XXX_Size() int {
- return xxx_messageInfo_CompanyLogAddRequest.Size(m)
- }
- func (m *CompanyLogAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyLogAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyLogAddRequest proto.InternalMessageInfo
- func (m *CompanyLogAddRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *CompanyLogAddRequest) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *CompanyLogAddRequest) GetOrigin() string {
- if m != nil {
- return m.Origin
- }
- return ""
- }
- func (m *CompanyLogAddRequest) GetTarget() string {
- if m != nil {
- return m.Target
- }
- return ""
- }
- func (m *CompanyLogAddRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *CompanyLogAddRequest) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- func (m *CompanyLogAddRequest) GetTimestamp() int64 {
- if m != nil {
- return m.Timestamp
- }
- return 0
- }
- func (m *CompanyLogAddRequest) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- type CompanyLogAddReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyLogAddReply) Reset() { *m = CompanyLogAddReply{} }
- func (m *CompanyLogAddReply) String() string { return proto.CompactTextString(m) }
- func (*CompanyLogAddReply) ProtoMessage() {}
- func (*CompanyLogAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{1}
- }
- func (m *CompanyLogAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyLogAddReply.Unmarshal(m, b)
- }
- func (m *CompanyLogAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyLogAddReply.Marshal(b, m, deterministic)
- }
- func (m *CompanyLogAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyLogAddReply.Merge(m, src)
- }
- func (m *CompanyLogAddReply) XXX_Size() int {
- return xxx_messageInfo_CompanyLogAddReply.Size(m)
- }
- func (m *CompanyLogAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyLogAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyLogAddReply proto.InternalMessageInfo
- type CompanyLogItem struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action"`
- Origin string `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin"`
- Target string `protobuf:"bytes,4,opt,name=target,proto3" json:"target"`
- Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username"`
- Cid int64 `protobuf:"varint,6,opt,name=cid,proto3" json:"cid"`
- CreatedAt string `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- Id int64 `protobuf:"varint,8,opt,name=id,proto3" json:"id"`
- Module string `protobuf:"bytes,9,opt,name=module,proto3" json:"module"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyLogItem) Reset() { *m = CompanyLogItem{} }
- func (m *CompanyLogItem) String() string { return proto.CompactTextString(m) }
- func (*CompanyLogItem) ProtoMessage() {}
- func (*CompanyLogItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{2}
- }
- func (m *CompanyLogItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyLogItem.Unmarshal(m, b)
- }
- func (m *CompanyLogItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyLogItem.Marshal(b, m, deterministic)
- }
- func (m *CompanyLogItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyLogItem.Merge(m, src)
- }
- func (m *CompanyLogItem) XXX_Size() int {
- return xxx_messageInfo_CompanyLogItem.Size(m)
- }
- func (m *CompanyLogItem) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyLogItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyLogItem proto.InternalMessageInfo
- func (m *CompanyLogItem) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *CompanyLogItem) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *CompanyLogItem) GetOrigin() string {
- if m != nil {
- return m.Origin
- }
- return ""
- }
- func (m *CompanyLogItem) GetTarget() string {
- if m != nil {
- return m.Target
- }
- return ""
- }
- func (m *CompanyLogItem) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *CompanyLogItem) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- func (m *CompanyLogItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *CompanyLogItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *CompanyLogItem) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- type CompanyLogRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- Start int64 `protobuf:"varint,3,opt,name=start,proto3" json:"start"`
- End int64 `protobuf:"varint,4,opt,name=end,proto3" json:"end"`
- Cid int64 `protobuf:"varint,5,opt,name=cid,proto3" json:"cid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyLogRequest) Reset() { *m = CompanyLogRequest{} }
- func (m *CompanyLogRequest) String() string { return proto.CompactTextString(m) }
- func (*CompanyLogRequest) ProtoMessage() {}
- func (*CompanyLogRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{3}
- }
- func (m *CompanyLogRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyLogRequest.Unmarshal(m, b)
- }
- func (m *CompanyLogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyLogRequest.Marshal(b, m, deterministic)
- }
- func (m *CompanyLogRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyLogRequest.Merge(m, src)
- }
- func (m *CompanyLogRequest) XXX_Size() int {
- return xxx_messageInfo_CompanyLogRequest.Size(m)
- }
- func (m *CompanyLogRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyLogRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyLogRequest proto.InternalMessageInfo
- func (m *CompanyLogRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *CompanyLogRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *CompanyLogRequest) GetStart() int64 {
- if m != nil {
- return m.Start
- }
- return 0
- }
- func (m *CompanyLogRequest) GetEnd() int64 {
- if m != nil {
- return m.End
- }
- return 0
- }
- func (m *CompanyLogRequest) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- type CompanyLogReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*CompanyLogItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CompanyLogReply) Reset() { *m = CompanyLogReply{} }
- func (m *CompanyLogReply) String() string { return proto.CompactTextString(m) }
- func (*CompanyLogReply) ProtoMessage() {}
- func (*CompanyLogReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{4}
- }
- func (m *CompanyLogReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CompanyLogReply.Unmarshal(m, b)
- }
- func (m *CompanyLogReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CompanyLogReply.Marshal(b, m, deterministic)
- }
- func (m *CompanyLogReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CompanyLogReply.Merge(m, src)
- }
- func (m *CompanyLogReply) XXX_Size() int {
- return xxx_messageInfo_CompanyLogReply.Size(m)
- }
- func (m *CompanyLogReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CompanyLogReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CompanyLogReply proto.InternalMessageInfo
- func (m *CompanyLogReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *CompanyLogReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *CompanyLogReply) GetList() []*CompanyLogItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type SystemLogAddRequest struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action"`
- Origin string `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin"`
- Target string `protobuf:"bytes,4,opt,name=target,proto3" json:"target"`
- Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username"`
- Cid int64 `protobuf:"varint,6,opt,name=cid,proto3" json:"cid"`
- Timestamp int64 `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp"`
- GardenId int64 `protobuf:"varint,8,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Module string `protobuf:"bytes,9,opt,name=module,proto3" json:"module"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogAddRequest) Reset() { *m = SystemLogAddRequest{} }
- func (m *SystemLogAddRequest) String() string { return proto.CompactTextString(m) }
- func (*SystemLogAddRequest) ProtoMessage() {}
- func (*SystemLogAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{5}
- }
- func (m *SystemLogAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogAddRequest.Unmarshal(m, b)
- }
- func (m *SystemLogAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogAddRequest.Marshal(b, m, deterministic)
- }
- func (m *SystemLogAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogAddRequest.Merge(m, src)
- }
- func (m *SystemLogAddRequest) XXX_Size() int {
- return xxx_messageInfo_SystemLogAddRequest.Size(m)
- }
- func (m *SystemLogAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogAddRequest proto.InternalMessageInfo
- func (m *SystemLogAddRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *SystemLogAddRequest) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetOrigin() string {
- if m != nil {
- return m.Origin
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetTarget() string {
- if m != nil {
- return m.Target
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *SystemLogAddRequest) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- func (m *SystemLogAddRequest) GetTimestamp() int64 {
- if m != nil {
- return m.Timestamp
- }
- return 0
- }
- func (m *SystemLogAddRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *SystemLogAddRequest) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- type SystemLogAddReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogAddReply) Reset() { *m = SystemLogAddReply{} }
- func (m *SystemLogAddReply) String() string { return proto.CompactTextString(m) }
- func (*SystemLogAddReply) ProtoMessage() {}
- func (*SystemLogAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{6}
- }
- func (m *SystemLogAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogAddReply.Unmarshal(m, b)
- }
- func (m *SystemLogAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogAddReply.Marshal(b, m, deterministic)
- }
- func (m *SystemLogAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogAddReply.Merge(m, src)
- }
- func (m *SystemLogAddReply) XXX_Size() int {
- return xxx_messageInfo_SystemLogAddReply.Size(m)
- }
- func (m *SystemLogAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogAddReply proto.InternalMessageInfo
- type SystemLogItem struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action"`
- Origin string `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin"`
- Target string `protobuf:"bytes,4,opt,name=target,proto3" json:"target"`
- Username string `protobuf:"bytes,5,opt,name=username,proto3" json:"username"`
- Cid int64 `protobuf:"varint,6,opt,name=cid,proto3" json:"cid"`
- CreatedAt string `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- Id int64 `protobuf:"varint,8,opt,name=id,proto3" json:"id"`
- GardenId int64 `protobuf:"varint,9,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Module string `protobuf:"bytes,10,opt,name=module,proto3" json:"module"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogItem) Reset() { *m = SystemLogItem{} }
- func (m *SystemLogItem) String() string { return proto.CompactTextString(m) }
- func (*SystemLogItem) ProtoMessage() {}
- func (*SystemLogItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{7}
- }
- func (m *SystemLogItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogItem.Unmarshal(m, b)
- }
- func (m *SystemLogItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogItem.Marshal(b, m, deterministic)
- }
- func (m *SystemLogItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogItem.Merge(m, src)
- }
- func (m *SystemLogItem) XXX_Size() int {
- return xxx_messageInfo_SystemLogItem.Size(m)
- }
- func (m *SystemLogItem) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogItem proto.InternalMessageInfo
- func (m *SystemLogItem) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *SystemLogItem) GetAction() string {
- if m != nil {
- return m.Action
- }
- return ""
- }
- func (m *SystemLogItem) GetOrigin() string {
- if m != nil {
- return m.Origin
- }
- return ""
- }
- func (m *SystemLogItem) GetTarget() string {
- if m != nil {
- return m.Target
- }
- return ""
- }
- func (m *SystemLogItem) GetUsername() string {
- if m != nil {
- return m.Username
- }
- return ""
- }
- func (m *SystemLogItem) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- func (m *SystemLogItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *SystemLogItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *SystemLogItem) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *SystemLogItem) GetModule() string {
- if m != nil {
- return m.Module
- }
- return ""
- }
- type SystemLogRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- Start int64 `protobuf:"varint,3,opt,name=start,proto3" json:"start"`
- End int64 `protobuf:"varint,4,opt,name=end,proto3" json:"end"`
- GardenId int64 `protobuf:"varint,5,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Cid int64 `protobuf:"varint,6,opt,name=cid,proto3" json:"cid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogRequest) Reset() { *m = SystemLogRequest{} }
- func (m *SystemLogRequest) String() string { return proto.CompactTextString(m) }
- func (*SystemLogRequest) ProtoMessage() {}
- func (*SystemLogRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{8}
- }
- func (m *SystemLogRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogRequest.Unmarshal(m, b)
- }
- func (m *SystemLogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogRequest.Marshal(b, m, deterministic)
- }
- func (m *SystemLogRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogRequest.Merge(m, src)
- }
- func (m *SystemLogRequest) XXX_Size() int {
- return xxx_messageInfo_SystemLogRequest.Size(m)
- }
- func (m *SystemLogRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogRequest proto.InternalMessageInfo
- func (m *SystemLogRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *SystemLogRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *SystemLogRequest) GetStart() int64 {
- if m != nil {
- return m.Start
- }
- return 0
- }
- func (m *SystemLogRequest) GetEnd() int64 {
- if m != nil {
- return m.End
- }
- return 0
- }
- func (m *SystemLogRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *SystemLogRequest) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- type SystemLogReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*SystemLogItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemLogReply) Reset() { *m = SystemLogReply{} }
- func (m *SystemLogReply) String() string { return proto.CompactTextString(m) }
- func (*SystemLogReply) ProtoMessage() {}
- func (*SystemLogReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_a4d9d6414d2ef346, []int{9}
- }
- func (m *SystemLogReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemLogReply.Unmarshal(m, b)
- }
- func (m *SystemLogReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemLogReply.Marshal(b, m, deterministic)
- }
- func (m *SystemLogReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemLogReply.Merge(m, src)
- }
- func (m *SystemLogReply) XXX_Size() int {
- return xxx_messageInfo_SystemLogReply.Size(m)
- }
- func (m *SystemLogReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemLogReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemLogReply proto.InternalMessageInfo
- func (m *SystemLogReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *SystemLogReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *SystemLogReply) GetList() []*SystemLogItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func init() {
- proto.RegisterType((*CompanyLogAddRequest)(nil), "pb_v1.CompanyLogAddRequest")
- proto.RegisterType((*CompanyLogAddReply)(nil), "pb_v1.CompanyLogAddReply")
- proto.RegisterType((*CompanyLogItem)(nil), "pb_v1.CompanyLogItem")
- proto.RegisterType((*CompanyLogRequest)(nil), "pb_v1.CompanyLogRequest")
- proto.RegisterType((*CompanyLogReply)(nil), "pb_v1.CompanyLogReply")
- proto.RegisterType((*SystemLogAddRequest)(nil), "pb_v1.SystemLogAddRequest")
- proto.RegisterType((*SystemLogAddReply)(nil), "pb_v1.SystemLogAddReply")
- proto.RegisterType((*SystemLogItem)(nil), "pb_v1.SystemLogItem")
- proto.RegisterType((*SystemLogRequest)(nil), "pb_v1.SystemLogRequest")
- proto.RegisterType((*SystemLogReply)(nil), "pb_v1.SystemLogReply")
- }
- func init() {
- proto.RegisterFile("property_log.proto", fileDescriptor_a4d9d6414d2ef346)
- }
- var fileDescriptor_a4d9d6414d2ef346 = []byte{
- // 479 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x94, 0xcf, 0x6e, 0xd3, 0x40,
- 0x10, 0xc6, 0xe5, 0x38, 0x0e, 0xf1, 0x20, 0x42, 0xbb, 0x0d, 0xc8, 0xa2, 0x54, 0x54, 0x3e, 0x85,
- 0x43, 0x53, 0x15, 0x9e, 0xa0, 0x70, 0xaa, 0xc4, 0xc9, 0xbd, 0x71, 0xb1, 0x36, 0xd9, 0xc1, 0x5a,
- 0xc9, 0xf6, 0x2e, 0xeb, 0x49, 0x91, 0x7b, 0xe0, 0x41, 0x78, 0x2e, 0xee, 0xbc, 0x02, 0x77, 0x2e,
- 0x68, 0x77, 0x1d, 0x27, 0x2e, 0xea, 0x81, 0x03, 0x12, 0x3d, 0x65, 0xe7, 0xdb, 0xc8, 0xf3, 0xfd,
- 0xe6, 0xcf, 0x02, 0xd3, 0x46, 0x69, 0x34, 0xd4, 0xe6, 0xa5, 0x2a, 0x96, 0xda, 0x28, 0x52, 0x2c,
- 0xd2, 0xab, 0xfc, 0xe6, 0x22, 0xfd, 0x1e, 0xc0, 0xfc, 0xbd, 0xaa, 0x34, 0xaf, 0xdb, 0x0f, 0xaa,
- 0xb8, 0x14, 0x22, 0xc3, 0xcf, 0x1b, 0x6c, 0x88, 0x1d, 0x40, 0xb8, 0x91, 0x22, 0x09, 0x4e, 0x83,
- 0x45, 0x98, 0xd9, 0x23, 0x7b, 0x0e, 0x13, 0xbe, 0x26, 0xa9, 0xea, 0x64, 0x74, 0x1a, 0x2c, 0xe2,
- 0xac, 0x8b, 0xac, 0xae, 0x8c, 0x2c, 0x64, 0x9d, 0x84, 0x5e, 0xf7, 0x91, 0xd5, 0x89, 0x9b, 0x02,
- 0x29, 0x19, 0x7b, 0xdd, 0x47, 0xec, 0x05, 0x4c, 0x37, 0x0d, 0x9a, 0x9a, 0x57, 0x98, 0x44, 0xee,
- 0xa6, 0x8f, 0x6d, 0xd6, 0xb5, 0x14, 0xc9, 0xc4, 0x67, 0x5d, 0x4b, 0xc1, 0x5e, 0x42, 0x4c, 0xb2,
- 0xc2, 0x86, 0x78, 0xa5, 0x93, 0x47, 0x4e, 0xdf, 0x09, 0x36, 0x47, 0xa5, 0xc4, 0xa6, 0xc4, 0x64,
- 0xea, 0x73, 0xf8, 0x28, 0x9d, 0x03, 0xbb, 0x43, 0xa5, 0xcb, 0x36, 0xfd, 0x11, 0xc0, 0x6c, 0x27,
- 0x5f, 0x11, 0x56, 0xff, 0x0d, 0xe6, 0x09, 0xc0, 0xda, 0x20, 0x27, 0x14, 0x39, 0x27, 0xc7, 0x19,
- 0x67, 0x71, 0xa7, 0x5c, 0x12, 0x9b, 0xc1, 0x48, 0x0a, 0xc7, 0x18, 0x66, 0x23, 0x6f, 0xb2, 0xe3,
- 0x8e, 0x07, 0xdc, 0x5f, 0xe1, 0x70, 0x07, 0xb8, 0x6d, 0x25, 0x83, 0xb1, 0xe6, 0x05, 0x76, 0x90,
- 0xee, 0xcc, 0x8e, 0x21, 0xb6, 0xbf, 0x79, 0x23, 0x6f, 0xd1, 0x81, 0x86, 0xd9, 0xd4, 0x0a, 0xd7,
- 0xf2, 0x16, 0xd9, 0x1c, 0xa2, 0x86, 0xb8, 0x21, 0x47, 0x1a, 0x66, 0x3e, 0xb0, 0xa6, 0xb1, 0x16,
- 0x8e, 0x32, 0xcc, 0xec, 0x71, 0x8b, 0x11, 0xf5, 0x18, 0xe9, 0x27, 0x78, 0xba, 0x9f, 0x5f, 0x97,
- 0xad, 0xfd, 0x18, 0x29, 0xe2, 0x65, 0x97, 0xde, 0x07, 0xbd, 0xa7, 0xd1, 0x9e, 0xa7, 0xd7, 0x30,
- 0x2e, 0x65, 0x63, 0xb3, 0x86, 0x8b, 0xc7, 0x6f, 0x9e, 0x2d, 0xdd, 0x84, 0x2e, 0x87, 0x0d, 0xcb,
- 0xdc, 0x5f, 0xd2, 0x9f, 0x01, 0x1c, 0x5d, 0xb7, 0x0d, 0x61, 0xf5, 0x10, 0xa7, 0xf6, 0x18, 0xe2,
- 0x82, 0x1b, 0x81, 0x75, 0xde, 0x37, 0x75, 0xea, 0x85, 0xab, 0xfb, 0x5b, 0x7b, 0x04, 0x87, 0x43,
- 0x62, 0x3b, 0xd1, 0xbf, 0x02, 0x78, 0xd2, 0xab, 0x0f, 0x79, 0xa0, 0x07, 0x25, 0x89, 0xef, 0x2d,
- 0x09, 0x0c, 0x4a, 0xf2, 0x2d, 0x80, 0x83, 0x9e, 0xfe, 0x9f, 0x4f, 0xfb, 0xc0, 0x62, 0x74, 0xc7,
- 0xe2, 0x1f, 0x05, 0x48, 0x05, 0xcc, 0xf6, 0xbc, 0xfd, 0xdd, 0x26, 0x2c, 0x06, 0x9b, 0x30, 0xef,
- 0x36, 0x61, 0xd0, 0x68, 0xbf, 0x08, 0xef, 0x5e, 0x7d, 0x3c, 0xd9, 0x3e, 0xee, 0x67, 0x8d, 0xbb,
- 0x3f, 0x2b, 0x38, 0xe1, 0x17, 0xde, 0x9e, 0xeb, 0xd5, 0xf9, 0xcd, 0xc5, 0x6a, 0xe2, 0x9e, 0xfb,
- 0xb7, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x85, 0x1d, 0x51, 0x04, 0x06, 0x00, 0x00,
- }
|