# Functions
No description provided by the author
NewMockGoogleService creates a new mock instance.
NewMockTokenSource creates a new mock instance.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
MockGoogleService is a mock of GoogleService interface.
MockGoogleServiceMockRecorder is the mock recorder for MockGoogleService.
MockTokenSource is a mock of TokenSource interface.
MockTokenSourceMockRecorder is the mock recorder for MockTokenSource.
# Interfaces
go:generate ${GOPATH}/bin/mockgen -source=auth.go -destination=auth_mock.go -package=handlergo:generate ${GOPATH}/bin/mockgen -destination=oauth2_mock.go -package=handler golang.org/x/oauth2 TokenSource.