Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwl1989 committed Dec 16, 2019
1 parent 43cd066 commit 04798dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ scheduler.AddTask(&Task{

### task interface

if you need rewrite a new task
If you need rewrite a new task

just implement TaskInterface
implement TaskInterface

```
type TaskInterface interface {
Expand Down Expand Up @@ -105,9 +105,9 @@ type TaskGetInterface interface{
1. distributed the cron task


### example
### Example

1. when user order expire, change order status => fail
2. Timing of the message like[fcm-message](https://github.com/lwl1989/TTTask)
Order expire, change order status => fail
Timing of the send message

and......
and more

0 comments on commit 04798dc

Please sign in to comment.