refactor(ws): ws logging and channel manager added no auth currently
This commit is contained in:
@@ -17,8 +17,9 @@ type CustomLogger struct {
|
||||
}
|
||||
|
||||
type Message struct {
|
||||
Channel string `json:"channel"`
|
||||
Data interface{} `json:"data"`
|
||||
Channel string `json:"channel"`
|
||||
Data map[string]interface{} `json:"data"`
|
||||
Meta map[string]interface{} `json:"meta,omitempty"`
|
||||
}
|
||||
|
||||
// New creates a configured CustomLogger.
|
||||
|
||||
Reference in New Issue
Block a user