# Functions
CacheTableSchema caches schema information for a table.
No description provided by the author
Export exports data from a Quickbase table into an io.Writer.
GetCachedTableSchema returns schema information for a table.
GetOptions gets options based on the input and validates them.
GetTableSchema returns schema information for a table.
HandleError handles an error by logging it and returning a non-zero status.
Import imports data from an io.Reader into a Quickbase table.
NewClient returns a new *qbclient.Client.
NewDumpPlugin returns a DumpPlugin, which implements qbclient.Plugin.
NewGlobalConfig returns a GlobalConfig.
NewGroupOption is a cliutil.OptionTypeFunc that returns a *cliutil.GroupOption.
NewLogger returns a new *cliutil.LeveledLogger.
NewLoggerPlugin returns a LoggerPlugin, which implements qbclient.Plugin.
NewQueryOption is a cliutil.OptionTypeFunc that returns a *cliutil.QueryOption.
NewRecordOption is a cliutil.OptionTypeFunc that returns a *cliutil.RecordOption.
NewSortOption is a cliutil.OptionTypeFunc that returns a *cliutil.SortOption.
ParseGroupBy parses the groupBy clause.
ParseQuery parses queries.
No description provided by the author
ParseSortBy parses the sortBy clause.
Prompt prompts a user for input and returns what they typed.
Render renders the output in JSON, or writes an error log.
SetOptionFromArg sets an option from an argument.
No description provided by the author
No description provided by the author
# Constants
Option*Description constants contain common option descriptions.
Option* constants contain CLI options.
Option*Description constants contain common option descriptions.
Option* constants contain CLI options.
Option* constants contain CLI options.
Option* constants contain CLI options.
Option* constants contain CLI options.
Option*Description constants contain common option descriptions.
Option* constants contain CLI options.
Option*Description constants contain common option descriptions.
Option*Description constants contain common option descriptions.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
DumpPlugin implements qbclient.Plugin and dumps requests and responses to files in a directory.
ExportOptions are the options read through the command line.
GlobalConfig contains configuration common to all commands.
GroupOption implements Option for string options that contain queries.
ImportOptions are the options read through the command line.
LoggerPlugin implements qbclient.Plugin and logs requests.
QueryOption implements Option for string options that contain queries.
QuickbaseFile models a quickbase.yml file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RecordOption implements Option for string options that contain record datas.
SortOption implements Option for string options that contain queries.
No description provided by the author
No description provided by the author
# Type aliases
FieldMap is a map of field IDs to field definitions.