service/apollostruct/auto_response.go

9 lines
196 B
Go

package apollostruct
type AutoResponseCfg struct {
StartTime string `json:"start_time"`
EndTime string `json:"end_time"`
Delay int64 `json:"delay"`
Message string `json:"message"`
}