12 lines
166 B
Go
Executable File
12 lines
166 B
Go
Executable File
package alert
|
|
|
|
import (
|
|
"bindbox-game/internal/proposal"
|
|
)
|
|
|
|
func NotifyHandler() func(msg *proposal.AlertMessage) {
|
|
return func(msg *proposal.AlertMessage) {
|
|
|
|
}
|
|
}
|