Versions in this module Expand all Collapse all v1 v1.0.0 May 1, 2022 Changes in this version + type IOAuthGoogle interface + GetUserInfo func(code string) (model.GoogleOauthResponse, error) + type OAuthGoogle struct + Config *config.Configuration + Context context.Context + GConfig *oauth2.Config + HTTPClient *http.Client + Logger *logrus.Logger + func (og *OAuthGoogle) GetUserInfo(code string) (model.GoogleOauthResponse, error)