service/apollostruct/auto_response.go

9 lines
196 B
Go
Raw Normal View History

2024-07-25 21:35:25 +08:00
package apollostruct
type AutoResponseCfg struct {
StartTime string `json:"start_time"`
EndTime string `json:"end_time"`
2024-07-30 12:15:01 +08:00
Delay int64 `json:"delay"`
2024-07-25 21:35:25 +08:00
Message string `json:"message"`
}