7 lines
97 B
Go
7 lines
97 B
Go
package observer
|
|
|
|
const (
|
|
EVENT_USERINFO Event = "userinfo"
|
|
EVENT_APP_LOG Event = "app_log"
|
|
)
|