Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitGoogleConfig ¶
InitGoogleConfig returns a new pointer to a GoogleConfig object
Types ¶
type GoogleConfig ¶
type GoogleConfig interface { GetAuthURL() string GetTokenFromWeb(authCode string) error GetClient() (*http.Client, error) }
GoogleConfig is the interface to interact with the Google API Deprecated: not used for anything
func GetGoogleConfig ¶
func GetGoogleConfig() GoogleConfig
GetGoogleConfig returns the configured GoogleConfig object Deprecated: not used for anything
Click to show internal directories.
Click to hide internal directories.