8 lines
90 B
Go
8 lines
90 B
Go
|
package model
|
||
|
|
||
|
type PushMsg struct {
|
||
|
Title string
|
||
|
Content string
|
||
|
ToPusher []uint
|
||
|
}
|