watcher/pkg/options/pusher.go

7 lines
110 B
Go
Raw Normal View History

2024-04-10 17:36:56 +08:00
package options
type AnPushOption struct {
Token string `json:"token"`
Channel string `json:"channel"`
}