mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
support importing transaction data from alipay export file
This commit is contained in:
@@ -19,6 +19,11 @@ func (c *CronContext) GetContextId() string {
|
||||
return c.contextId
|
||||
}
|
||||
|
||||
// GetClientLocale returns the client locale name
|
||||
func (c *CronContext) GetClientLocale() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// GetInterval returns the current cron job interval
|
||||
func (c *CronContext) GetInterval() time.Duration {
|
||||
return c.cronJobInterval
|
||||
|
||||
Reference in New Issue
Block a user