mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 00:55:59 +08:00
@@ -0,0 +1,14 @@
|
||||
package requestParams
|
||||
|
||||
type PushForward struct {
|
||||
NextType int `json:"nextType"`
|
||||
Scheme string `json:"scheme,omitempty"`
|
||||
}
|
||||
|
||||
func (m *PushForward) SetNextType(c int) {
|
||||
m.NextType = c
|
||||
}
|
||||
|
||||
func (m *PushForward) SetScheme(t string) {
|
||||
m.Scheme = t
|
||||
}
|
||||
Reference in New Issue
Block a user