瀏覽代碼

[remove]isAlpha

master
jaehoon_kim 4 年之前
父節點
當前提交
d63b0e6cd7
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      src/broker/modules/message.go

+ 0
- 1
src/broker/modules/message.go 查看文件

@@ -73,7 +73,6 @@ type SubscriptionMsg struct {
73 73
 	topic []int64 //대주제
74 74
 	value []int64 //피연산자
75 75
 	operator []string //연산자
76
-	isAlpha bool // 범위연산인지 단순비교연산인지 구분 가능하게 함
77 76
 }
78 77
 
79 78
 //Microservice 등록 메세지

Loading…
取消
儲存