mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-09-27 12:22:13 +08:00
7 lines
67 B
Go
7 lines
67 B
Go
package eum
|
|
|
|
const (
|
|
CtxUserName = "user"
|
|
CtxRole = "role"
|
|
)
|