예제 #1
0
파일: main.go 프로젝트: penguinpowernz/wray
// Out sets the auth token on the map in Ext()
func (extn *authExtn) Out(msg wray.Message) {
	ext := msg.Ext()
	ext["authToken"] = extn.token // this change is
}