YouChuKoffee/app/constants/common/event.go

6 lines
60 B
Go
Raw Normal View History

2024-06-17 14:18:39 +08:00
package common
const (
Event_USER_LOG_IN = "user_login"
)