connector

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RoleIDNotFoundErr = fmt.Errorf("role id not found in role link")

Functions

This section is empty.

Types

type Jira

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

func (*Jira) Metadata

func (o *Jira) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error)

func (*Jira) ResourceSyncers

func (o *Jira) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer

func (*Jira) Validate

func (j *Jira) Validate(ctx context.Context) (annotations.Annotations, error)

type JiraBasicAuthBuilder

type JiraBasicAuthBuilder struct {
	Base *JiraOptions

	Username string
	ApiToken string
}

func (*JiraBasicAuthBuilder) New

func (b *JiraBasicAuthBuilder) New() (*Jira, error)

type JiraBuilder

type JiraBuilder interface {
	New() (*Jira, error)
}

type JiraOptions

type JiraOptions struct {
	Url string
}

Jump to

Keyboard shortcuts

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