encoder changed to json

This commit is contained in:
2023-05-17 13:03:52 +02:00
parent 6f9835f399
commit 0e5321d51a
7 changed files with 5 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ import (
"sync"
"time"
encoder "github.com/vmihailenco/msgpack/v5"
encoder "encoding/json"
)
type HandlerFunc = func(*Content) error