瀏覽代碼

[add] isAlpha

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

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

@@ -73,6 +73,7 @@ type SubscriptionMsg struct {
73 73
 	topic []int64 //대주제
74 74
 	value []int64 //피연산자
75 75
 	operator []string //연산자
76
+  	isAlpha bool //value가 숫자인지 문자열인지
76 77
 }
77 78
 
78 79
 //Microservice 등록 메세지

Loading…
取消
儲存