cmd

package
v1.0.4-0...-325699b Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "yogo",
	Short: "Interact with yopmail from command-line",
	Long:  `Check yopmail mails from command line.`,
}

Functions

func Execute

func Execute()

Types

type Inbox

type Inbox interface {
	ParseInboxPages(int) error
	Count() int
	GetMails() []inbox.Mail
	Parse(int) error
	Get(int) *inbox.Mail
	Flush() error
	Delete(int) error
}

Jump to

Keyboard shortcuts

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