operations

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDestination200ApplicationJSON

type CreateDestination200ApplicationJSON struct {
	Destination *shared.Destination `json:"destination,omitempty"`
}

CreateDestination200ApplicationJSON - Successfully created destination

type CreateDestinationResponse

type CreateDestinationResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully created destination
	CreateDestination200ApplicationJSONObject *CreateDestination200ApplicationJSON
}

type CreateLinkTokenResponse added in v0.5.2

type CreateLinkTokenResponse struct {
	ContentType string
	// Successfully created link token
	CreateLinkTokenResponse *shared.CreateLinkTokenResponse
	StatusCode              int
	RawResponse             *http.Response
}

type CreateObject200ApplicationJSON

type CreateObject200ApplicationJSON struct {
	Object *shared.Object `json:"object,omitempty"`
}

CreateObject200ApplicationJSON - Successfully created object

type CreateObjectResponse

type CreateObjectResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully created object
	CreateObject200ApplicationJSONObject *CreateObject200ApplicationJSON
}

type CreateSource200ApplicationJSON

type CreateSource200ApplicationJSON struct {
	Source *shared.Source `json:"source,omitempty"`
}

CreateSource200ApplicationJSON - Successfully created source

type CreateSourceResponse

type CreateSourceResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully created source
	CreateSource200ApplicationJSONObject *CreateSource200ApplicationJSON
}

type CreateSync200ApplicationJSON

type CreateSync200ApplicationJSON struct {
	Sync *shared.Sync `json:"sync,omitempty"`
}

CreateSync200ApplicationJSON - Successfully created sync

type CreateSyncResponse

type CreateSyncResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully created sync
	CreateSync200ApplicationJSONObject *CreateSync200ApplicationJSON
}

type GetDestinations200ApplicationJSON

type GetDestinations200ApplicationJSON struct {
	Destinations []shared.Destination `json:"destinations,omitempty"`
}

GetDestinations200ApplicationJSON - Successfully fetched destinations

type GetDestinationsResponse

type GetDestinationsResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully fetched destinations
	GetDestinations200ApplicationJSONObject *GetDestinations200ApplicationJSON
}

type GetNamespacesRequest

type GetNamespacesRequest struct {
	ConnectionID int64 `queryParam:"style=form,explode=true,name=connectionID"`
}

type GetNamespacesResponse

type GetNamespacesResponse struct {
	ContentType string
	// Successfully fetched namespaces
	Namespaces  *shared.Namespaces
	StatusCode  int
	RawResponse *http.Response
}

type GetObjects200ApplicationJSON

type GetObjects200ApplicationJSON struct {
	Objects []shared.Object `json:"objects,omitempty"`
}

GetObjects200ApplicationJSON - Successfully fetched objects

type GetObjectsResponse

type GetObjectsResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully fetched objects
	GetObjects200ApplicationJSONObject *GetObjects200ApplicationJSON
}

type GetSchema200ApplicationJSON

type GetSchema200ApplicationJSON struct {
	Schema []shared.Field `json:"schema,omitempty"`
}

GetSchema200ApplicationJSON - Successfully fetched schema

type GetSchemaRequest

type GetSchemaRequest struct {
	ConnectionID int64  `queryParam:"style=form,explode=true,name=connectionID"`
	Namespace    string `queryParam:"style=form,explode=true,name=namespace"`
	TableName    string `queryParam:"style=form,explode=true,name=tableName"`
}

type GetSchemaResponse

type GetSchemaResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully fetched schema
	GetSchema200ApplicationJSONObject *GetSchema200ApplicationJSON
}

type GetSources200ApplicationJSON

type GetSources200ApplicationJSON struct {
	Sources []shared.Source `json:"sources,omitempty"`
}

GetSources200ApplicationJSON - Successfully fetched sources

type GetSourcesResponse

type GetSourcesResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully fetched sources
	GetSources200ApplicationJSONObject *GetSources200ApplicationJSON
}

type GetSyncs200ApplicationJSON

type GetSyncs200ApplicationJSON struct {
	Syncs []shared.Sync `json:"syncs,omitempty"`
}

GetSyncs200ApplicationJSON - Successfully fetched syncs

type GetSyncsResponse

type GetSyncsResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully fetched syncs
	GetSyncs200ApplicationJSONObject *GetSyncs200ApplicationJSON
}

type GetTables200ApplicationJSON

type GetTables200ApplicationJSON struct {
	Tables []string `json:"tables,omitempty"`
}

GetTables200ApplicationJSON - Successfully fetched tables

type GetTablesRequest

type GetTablesRequest struct {
	ConnectionID int64  `queryParam:"style=form,explode=true,name=connectionID"`
	Namespace    string `queryParam:"style=form,explode=true,name=namespace"`
}

type GetTablesResponse

type GetTablesResponse struct {
	ContentType string
	StatusCode  int
	RawResponse *http.Response
	// Successfully fetched tables
	GetTables200ApplicationJSONObject *GetTables200ApplicationJSON
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL