notify.go 98 B

123456
  1. package model
  2. type NotifyMssage struct {
  3. Type string `json:"type"`
  4. Data string `json:"data"`
  5. }