plugins

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorPluginMissingCreds = errors.New("missing credentials")
	ErrorPluginInvalidCreds = errors.New("invalid credentials")

	ErrorPluginMissingConfig = errors.New("missing required configuration. check README for valid configuration")
)

Functions

This section is empty.

Types

type Clickup

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

func (*Clickup) Init

func (c *Clickup) Init() error

func (*Clickup) ListCards

func (c *Clickup) ListCards() tea.Msg

type Jira

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

func (*Jira) Init

func (j *Jira) Init() error

func (*Jira) ListCards

func (j *Jira) ListCards() tea.Msg

type Plugin

type Plugin interface {
	// Get any configuration from viper
	Init() error
	ListCards() tea.Msg
}

func NewClickup

func NewClickup() Plugin

func NewJira

func NewJira() Plugin

Jump to

Keyboard shortcuts

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