package errorHandle import ( "time" ) type ServiceControl struct { ServiceName string RetryCount int ErrorType string ErrorMsg string ErrorTime time.Time }