Documentation ¶
Index ¶
- func ConfigInstance() interface{}
- func GetConfig(connection *plugin.Connection) pipesConfig
- func Plugin(ctx context.Context) *plugin.Plugin
- type IdentityDetails
- type IdentityDetailsForProcess
- type IdentityWorkspaceDetails
- type IdentityWorkspaceDetailsForAggregator
- type IdentityWorkspaceDetailsForPipeline
- type IdentityWorkspaceDetailsForProcess
- type IdentityWorkspaceDetailsForWorkspaceConn
- type IdentityWorkspaceDetailsForWorkspaceMod
- type OrgDetails
- type OrgWorkspaceDetails
- type SnapshotData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) pipesConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
type IdentityDetails ¶
type OrgDetails ¶
type OrgDetails struct {
OrgHandle string `json:"org_handle"`
}
type OrgWorkspaceDetails ¶
type SnapshotData ¶
type SnapshotData struct {
Data openapi.WorkspaceSnapshotData
}
Source Files ¶
- connection_config.go
- errors.go
- plugin.go
- table_pipes_audit_log.go
- table_pipes_connection.go
- table_pipes_organization.go
- table_pipes_organization_member.go
- table_pipes_organization_workspace_member.go
- table_pipes_process.go
- table_pipes_tenant.go
- table_pipes_tenant_member.go
- table_pipes_token.go
- table_pipes_user.go
- table_pipes_user_email.go
- table_pipes_user_preferences.go
- table_pipes_workspace.go
- table_pipes_workspace_aggregator.go
- table_pipes_workspace_connection.go
- table_pipes_workspace_db_log.go
- table_pipes_workspace_mod.go
- table_pipes_workspace_mod_variable.go
- table_pipes_workspace_pipeline.go
- table_pipes_workspace_process.go
- table_pipes_workspace_snapshot.go
- utils.go
Click to show internal directories.
Click to hide internal directories.