cmd

package
v0.0.0-...-afa1830 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2021 License: AGPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DigestsJobCmd = &cobra.Command{
	Use:   "digests-job",
	Short: "Run the digests job",
	Long:  "This job is responsible for notifying users about new events in the app.",
	Run: func(cmd *cobra.Command, args []string) {
		initDigestsJob()
	},
}

DigestsJobCmd ...

View Source
var RootCmd = &cobra.Command{
	Use:   "api",
	Short: "Run the API",
	Long:  "This service is responsible for managing all the Misakey backend API",
	Run: func(cmd *cobra.Command, args []string) {
		initService()
	},
}

RootCmd ...

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