service/apollostruct/auto_response.go

8 lines
163 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"`
Message string `json:"message"`
}