connectors

package
v1.0.0-beta Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

For creation of Cloud connector groups please refer to the documentation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(opts ...option.RequestOption) *Client

func (*Client) CreateConnector

func (c *Client) CreateConnector(
	ctx context.Context,
	org string,
	request *sgsdkgo.Integration,
	opts ...option.RequestOption,
) (*sgsdkgo.IntegrationCreateResponse, error)

Create Connector inside an Organization

func (*Client) DeleteConnector

func (c *Client) DeleteConnector(
	ctx context.Context,
	integration string,
	org string,
	opts ...option.RequestOption,
) (*sgsdkgo.GeneratedConnectorDeleteResponse, error)

Delete Connector

func (*Client) ListAllConnector

func (c *Client) ListAllConnector(
	ctx context.Context,
	org string,
	opts ...option.RequestOption,
) (*sgsdkgo.GeneratedConnectorListAllResponseMsg, error)

List all Connector

func (*Client) ReadConnector

func (c *Client) ReadConnector(
	ctx context.Context,
	integration string,
	org string,
	opts ...option.RequestOption,
) (*sgsdkgo.GeneratedConnectorReadResponse, error)

Read Connector

func (*Client) UpdateConnector

func (c *Client) UpdateConnector(
	ctx context.Context,
	integration string,
	org string,
	request *sgsdkgo.PatchedIntegration,
	opts ...option.RequestOption,
) (*sgsdkgo.IntegrationUpdateResponse, error)

Update Connector

Jump to

Keyboard shortcuts

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