Files
gocommon/session/common.go

6 lines
87 B
Go
Raw Normal View History

2023-08-30 13:15:44 +09:00
package session
const (
communication_channel_name_prefix = "_sess_comm_chan_name"
)