feat: Add connection

This commit is contained in:
sujit
2024-10-22 09:34:21 +05:45
parent 48918f1903
commit c2013827c6
12 changed files with 167 additions and 10 deletions

View File

@@ -94,6 +94,7 @@ type StoreData struct {
}
func (e *StoreData) ProcessTask(ctx context.Context, task *mq.Task) mq.Result {
panic("panic on store")
return mq.Result{Payload: task.Payload, Ctx: ctx}
}