watcher/pkg/model/msg.go

8 lines
90 B
Go
Raw Normal View History

2024-04-10 17:36:56 +08:00
package model
type PushMsg struct {
Title string
Content string
ToPusher []uint
}