Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppOpenOpts ¶
type AppOpenOpts struct { AppID string `cliutil:"option=app-id"` Settings string `cliutil:"option=settings short=s"` }
AppOpenOpts contains the options for the app open command.
func (AppOpenOpts) Vars ¶
func (o AppOpenOpts) Vars() string
Vars returns the query string variables based on AppOpenOpts.Settings.
type FieldOpenOpts ¶
type FieldOpenOpts struct { TableID string `cliutil:"option=table-id"` FieldID string `cliutil:"option=field-id"` }
FieldOpenOpts contains the options for the field open command.
type TableOpenOpts ¶
type TableOpenOpts struct { TableID string `cliutil:"option=table-id"` Settings string `cliutil:"option=settings"` }
TableOpenOpts contains the options for the table open command.
func (TableOpenOpts) Vars ¶
func (o TableOpenOpts) Vars() string
Vars returns the query string variables based on TableOpenOpts.Settings.
Source Files ¶
- app.go
- app_copy.go
- app_create.go
- app_delete.go
- app_events.go
- app_get.go
- app_list.go
- app_open.go
- app_update.go
- config.go
- config_dump.go
- config_profiles.go
- config_setup.go
- field.go
- field_create.go
- field_create_lookup.go
- field_create_summary.go
- field_delete.go
- field_get.go
- field_list.go
- field_open.go
- field_update.go
- file.go
- file_create.go
- file_delete.go
- formula.go
- formula_deploy.go
- formula_run.go
- formula_testcmd.go
- page.go
- page_create.go
- page_get.go
- page_update.go
- records.go
- records_delete.go
- records_insert.go
- records_query.go
- relationship.go
- relationship_create.go
- relationship_delete.go
- relationship_list.go
- report.go
- report_get.go
- report_list.go
- report_run.go
- root.go
- table.go
- table_create.go
- table_delete.go
- table_export.go
- table_get.go
- table_import.go
- table_list.go
- table_open.go
- table_update.go
- user_token.go
- user_token_clone.go
- user_token_deactivate.go
- user_token_delete.go
- user_token_open.go
- variable.go
- variable_get.go
- variable_set.go
- version.go
Click to show internal directories.
Click to hide internal directories.