(w http.ResponseWriter, r *http.Request)
| 45 | } |
| 46 | |
| 47 | func AuthHandler(w http.ResponseWriter, r *http.Request) { |
| 48 | gothic.BeginAuthHandler(w, r) |
| 49 | } |
| 50 | |
| 51 | func CallbackHandler(w http.ResponseWriter, r *http.Request) { |
| 52 | user, err := gothic.CompleteUserAuth(w, r) |
nothing calls this directly
no outgoing calls
no test coverage detected