코드 정리 및 websocket도 http와 비슷하게 api handler로 통일
This commit is contained in:
@ -10,12 +10,6 @@ import (
|
||||
"time"
|
||||
|
||||
"go.mongodb.org/mongo-driver/bson/primitive"
|
||||
"repositories.action2quare.com/ayo/gocommon"
|
||||
)
|
||||
|
||||
const (
|
||||
communication_channel_name_prefix = "_sess_comm_chan_name"
|
||||
session_collection_name = gocommon.CollectionName("session")
|
||||
)
|
||||
|
||||
type Authorization struct {
|
||||
|
||||
Reference in New Issue
Block a user