Exemplo n.º 1
0
// 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
}