mesasge에 태그 추가
This commit is contained in:
@ -32,11 +32,13 @@ type UpstreamMessage struct {
|
||||
Accid primitive.ObjectID
|
||||
Target string
|
||||
Body []byte
|
||||
Tag []string
|
||||
}
|
||||
|
||||
type DownstreamMessage struct {
|
||||
Alias string
|
||||
Body string
|
||||
Alias string `json:",omitempty"`
|
||||
Body string `json:",omitempty"`
|
||||
Tag []string `json:",omitempty"`
|
||||
}
|
||||
|
||||
type commandType string
|
||||
|
||||
Reference in New Issue
Block a user