session 패키지 추가

This commit is contained in:
2023-08-30 13:15:44 +09:00
parent e4527aa5b3
commit a5d66a0249
4 changed files with 360 additions and 0 deletions

5
session/common.go Normal file
View File

@ -0,0 +1,5 @@
package session
const (
communication_channel_name_prefix = "_sess_comm_chan_name"
)