outbox

package
v0.2.8 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Add    addOutboxCmd    `command:"add" description:"add message to oubox"`
	List   listOutboxCmd   `command:"list" alias:"ls" description:"list messages in outbox"`
	Delete deleteOutboxCmd `command:"delete" alias:"del" description:"delete message from outbox"`
	Watch  watchOutboxCmd  `command:"watch" alias:"w" description:"monitor message in outbox"`
}

Command holds the subcommands for the outbox command

Jump to

Keyboard shortcuts

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