sdkintegrations

package
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewIntegration

func NewIntegration(
	desc sdktypes.Integration,
	mod sdkmodule.Module,
	opts ...OptFn,
) sdkservices.Integration

NewIntegration creates a new integration, augmenting the given `desc` with the members defintion from `mod`.

Types

type ConnectionInit added in v0.8.4

type ConnectionInit struct {
	Writer       http.ResponseWriter
	Request      *http.Request
	Integration  sdktypes.Integration
	ConnectionID string
	Origin       string
	// contains filtered or unexported fields
}

func NewConnectionInit added in v0.8.4

func (ConnectionInit) Abort added in v0.8.4

func (c ConnectionInit) Abort(err string)

Abort is the same as [AbortWithStatus] with HTTP 400 (Bad Request).

func (ConnectionInit) AbortWithStatus added in v0.8.4

func (c ConnectionInit) AbortWithStatus(status int, err string)

Abort aborts the connection initialization flow due to a runtime error. It encodes the error status and message, and redirects the user to the last HTTP response, based on its origin (local AK server / local VS Code extension / SaaS web UI).

func (ConnectionInit) Finalize added in v0.8.4

func (c ConnectionInit) Finalize(data []sdktypes.Var)

Finalize finalizes all integration-specific connection flows. It encodes their resulting details and redirects the user to the final HTTP handler ("post-init") that saves the data in the connection's scope, and redirects the user to the last HTTP response, based on its origin (local AK server / local VS Code extension / SaaS web UI).

type OAuthData added in v0.5.0

type OAuthData struct {
	Token  *oauth2.Token
	Params url.Values
}

func DecodeOAuthData added in v0.5.0

func DecodeOAuthData(raw string) (data *OAuthData, err error)

func GetOAuthDataFromURL added in v0.5.0

func GetOAuthDataFromURL(u *url.URL) (raw string, oauth *OAuthData, err error)

func (OAuthData) Encode added in v0.5.0

func (d OAuthData) Encode() (string, error)

func (OAuthData) ToVars added in v0.5.0

func (d OAuthData) ToVars() sdktypes.Vars

type OptFn added in v0.5.13

type OptFn func(*integration)

func WithConnectionConfig added in v0.6.6

func WithConnectionConfig(fn func(context.Context, sdktypes.ConnectionID) (map[string]string, error)) OptFn

func WithConnectionConfigFromVars added in v0.6.6

func WithConnectionConfigFromVars(cvars sdkservices.Vars) OptFn

func WithConnectionStatus added in v0.5.13

func WithConnectionStatus(fn func(context.Context, sdktypes.ConnectionID) (sdktypes.Status, error)) OptFn

func WithConnectionTest added in v0.5.13

func WithConnectionTest(fn func(context.Context, sdktypes.ConnectionID) (sdktypes.Status, error)) OptFn

Jump to

Keyboard shortcuts

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