TodoReminderModule Todo 提醒模块
| 135 | |
| 136 | // TodoReminderModule Todo 提醒模块 |
| 137 | type TodoReminderModule struct { |
| 138 | Config *types.TodoConfig |
| 139 | } |
| 140 | |
| 141 | func (m *TodoReminderModule) Name() string { return "todo_reminder" } |
| 142 | func (m *TodoReminderModule) Priority() int { return 25 } |
nothing calls this directly
no outgoing calls
no test coverage detected