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
paddy@181 1 package authEvents
paddy@181 2
paddy@181 3 const (
paddy@181 4 ActionResendVerification = "resend_verification"
paddy@181 5 ActionLoginVerified = "login_verified"
paddy@181 6 )