watcher/pkg/model/msg.go
2024-04-10 17:36:56 +08:00

8 lines
90 B
Go

package model
type PushMsg struct {
Title string
Content string
ToPusher []uint
}