commands

package
v0.0.0-...-e9bc3a3 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchFeedCmd

func FetchFeedCmd(fp *gofeed.Parser) tea.Cmd

func FetchProjects

func FetchProjects() tea.Cmd
func NavigatePageCmd(i int) tea.Cmd

func SendEmailCmd

func SendEmailCmd(name, email, message string) tea.Cmd

Types

type FetchFeedErrMsg

type FetchFeedErrMsg error

type FetchFeedSuccessMsg

type FetchFeedSuccessMsg *gofeed.Feed

type FetchProjectErrMsg

type FetchProjectErrMsg error

type FetchProjectsSuccessMsg

type FetchProjectsSuccessMsg []struct {
	Name        string   `json:"name"`
	HTMLURL     string   `json:"html_url"`
	Description string   `json:"description"`
	Topics      []string `json:"topics"`
}
type NavigatePageMsg int

type SectionSizeMsg

type SectionSizeMsg struct {
	Width  int
	Height int
}

type SendEmailErrMsg

type SendEmailErrMsg error

type SendEmailSuccessMsg

type SendEmailSuccessMsg string

Jump to

Keyboard shortcuts

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