Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2020 Changes in this version + type DefaultAuth struct + AuthServerURL string + Proxy px.Proxy + func (m *DefaultAuth) GetNew() au.AuthInterface + func (m *DefaultAuth) UserLogin(login *au.Login) bool + type LoginRes struct + Code string + Valid bool + type MockDefaultAuth struct + AuthServerURL string + MockValid bool + Proxy px.Proxy + func (m *MockDefaultAuth) GetNew() au.AuthInterface + func (m *MockDefaultAuth) UserLogin(login *au.Login) bool