auth

Paddy 2015-12-14 Parent:b7e685839a1b

182:cd5f07f9811b Go to Latest

auth/events/profile.go

Update nsq import path. go-nsq has moved to nsqio/go-nsq, so we need to update the import path appropriately.

History
1 package authEvents
3 const (
4 ActionResendVerification = "resend_verification"
5 ActionLoginVerified = "login_verified"
6 )