wfz 3 anni fa
parent
commit
fe878b469e
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      define/user.go

+ 6 - 0
define/user.go

@@ -0,0 +1,6 @@
+package define
+
+var (
+	TypeKeywordQuestion = "question"
+	TypeKeywordAnswer   = "answer"
+)