connector

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

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

func New

func New(ctx context.Context, isDemo bool, clientId, clientSecret, redirectURI, refreshToken string, skipSigningGroups bool) (*Connector, error)

func NewWithClient added in v0.0.2

func NewWithClient(client *client.Client, skipSigningGroups bool) (*Connector, error)

func (*Connector) Asset

func (*Connector) Metadata

func (d *Connector) Metadata(_ context.Context) (*v2.ConnectorMetadata, error)

func (*Connector) ResourceSyncers

func (d *Connector) ResourceSyncers(_ context.Context) []connectorbuilder.ResourceSyncer

func (*Connector) Validate

type UserClient

type UserClient interface {
	GetUsers(ctx context.Context, options client.PageOptions) ([]client.User, string, annotations.Annotations, error)
	GetUserDetails(ctx context.Context, userID string) (*client.UserDetail, annotations.Annotations, error)
	CreateUsers(ctx context.Context, request client.CreateUsersRequest) (*client.UserCreationResponse, annotations.Annotations, error)
}

UserClient defines the interface for DocuSign user API operations.

Jump to

Keyboard shortcuts

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