| | |
| | | repeated RuleParams Params = 9; |
| | | } |
| | | |
| | | message SOResult { |
| | | bool IsEvent = 1; |
| | | bool IsEndRecord = 2; |
| | | repeated SoTarget Targets = 3; |
| | | Image FirstImage = 4; |
| | | Image CacheImage = 5; |
| | | SoRule SoRule = 6; |
| | | GroupRule GroupRule = 7; |
| | | string SoType = 8; |
| | | } |
| | | |
| | | message SoTarget { |
| | | Target SrcTarget = 1; |
| | | string AreaId = 2; |
| | |
| | | int64 ImageId = 6; |
| | | } |
| | | |
| | | message SoResult { |
| | | bool IsEvent = 1; |
| | | bool IsEndRecord = 2; |
| | | repeated SoTarget Targets = 3; |
| | | Image FirstImage = 4; |
| | | Image CacheImage = 5; |
| | | SoRule soRule = 6; |
| | | GroupRule groupRule = 7; |
| | | string SoType = 8; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | message EventCache { |
| | | map<uint64, SoTarget> Targets = 1; |
| | | map<string, GroupRule> RuleGroups = 2; |