Exemple #1
0
func (m *accountManager) findAccountForSession(s *session.Session) *account {
	acc, _ := m.getAccountByID(s.GetConfig().ID())
	return acc
}