Refactoring codes for more tg message types
This commit is contained in:
@@ -12,7 +12,8 @@ type CChar struct {
|
||||
JyutPing *CJyutPing
|
||||
DukJam *[]*DukJam
|
||||
_JiDukJam *[]*CJyutPing
|
||||
query.Searchable
|
||||
query.Words
|
||||
query.NoGeoLocation
|
||||
}
|
||||
|
||||
type DukJam struct {
|
||||
@@ -25,7 +26,8 @@ type CJyutPing struct {
|
||||
SearchKey string // Searchable key
|
||||
TungJamZi *[]*CChar
|
||||
tSorted bool
|
||||
query.Searchable
|
||||
query.Words
|
||||
query.NoGeoLocation
|
||||
}
|
||||
|
||||
func (this *CJyutPing) Test(val string) bool {
|
||||
|
||||
Reference in New Issue
Block a user