Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServiceUtility = "" ServiceDropbox = "dropbox" ServiceDropboxBusiness = "dropbox_business" ServiceGithub = "github" ServiceGoogleMail = "google_mail" ServiceGoogleSheets = "google_sheets" ServiceAsana = "asana" ServiceSlack = "slack" )
Variables ¶
View Source
var ( Services = []string{ ServiceDropbox, ServiceDropboxBusiness, ServiceGithub, ServiceGoogleMail, ServiceGoogleSheets, ServiceAsana, ServiceSlack, ServiceUtility, } )
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type ScopedConnection ¶
type ScopedConnection interface { Connection // Update scopes SetScopes(scopes ...string) // Scopes Scopes() []string }
Click to show internal directories.
Click to hide internal directories.