Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Airbyte ¶
type Airbyte struct {
// contains filtered or unexported fields
}
Airbyte is used for communicating with the Airbyte API
func New ¶
New returns an Airbyte client. The host is the hostname (with port) where the Airbyte API is hosted. The clientID and clientSecret are both required in order to create an application token.
func (*Airbyte) GetOrgEmail ¶
GetOrgEmail returns the organization email for the organization "00000000-0000-0000-0000-000000000000".
type HTTPClient ¶
HTTPClient exists for testing purposes
type Option ¶
type Option func(*Airbyte)
Option for configuring the Command, primarily exists for testing
func WithHTTPClient ¶
func WithHTTPClient(h HTTPClient) Option
WithHTTPClient overrides the default http client. Primarily for testing purposes.
Click to show internal directories.
Click to hide internal directories.