Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App is a struct that provides routines for configuring the application. It provides common application logic across subcommands.
func (*App) LoadConfig ¶
LoadConfig loads the config. It takes an optional command. The command allows values to be overwritten from the CLI.
func (*App) SetupLogging ¶
func (*App) SetupTokenSource ¶
type Drive ¶
type Drive struct {
// contains filtered or unexported fields
}
func (*Drive) ImportToGoogleDoc ¶
func (*Drive) Search ¶
func (d *Drive) Search(ctx context.Context, query string, maxResults int64, pageToken string) ([]*drive.File, error)
Search Google Drive. Important: The query syntax used by the API isn't quite the same as that used in the UI. https://docs.google.com/document/d/196tomkYJloQcsVUsS19ozn2F67UiIUVGFwDL9OusYyM/edit This currently searches the user corpora.
type Inbox ¶
type Inbox struct {
// contains filtered or unexported fields
}
Inbox is a struct that provides routines for interacting with your inbox.
func (*Inbox) GetMessage ¶
Click to show internal directories.
Click to hide internal directories.