commands

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package commands ...

Index

Constants

This section is empty.

Variables

View Source
var (

	// PubSubCmd ...
	PubSubCmd = &cobra.Command{
		Use:           "pubsub",
		Short:         "PubSub is a simple pub/sub service for tagged messages",
		Long:          ``,
		SilenceErrors: true,
		SilenceUsage:  true,

		PersistentPreRunE: readConfig,

		PreRunE: preFlight,

		RunE: start,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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