package
Version:
v1.5.1
Opens a new window with list of versions in this module.
Published: Apr 30, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrorPluginMissingCreds = errors.New("missing credentials")
ErrorPluginInvalidCreds = errors.New("invalid credentials")
ErrorPluginMissingConfig = errors.New("missing required configuration. check README for valid configuration")
)
type Plugin interface {
Init() error
ListCards() tea.Msg
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.