feat: implement TLS support

This commit is contained in:
sujit
2024-10-05 15:23:48 +05:45
parent b600a8f89a
commit 138e2ed8c5
11 changed files with 44 additions and 330 deletions

View File

@@ -3,8 +3,8 @@ package main
import (
"context"
"github.com/oarkflow/mq"
"github.com/oarkflow/mq/examples/tasks"
mq "github.com/oarkflow/mq/v2"
)
func main() {