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