Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HiddenApiCmd = &cobra.Command{
Use: "hiddenApi",
Short: "Start hidden API service",
Long: `Start hidden API web server.`,
Run: execHiddenApiCmd,
}
HiddenApiCmd represents the hiddenApi command
View Source
var ProtectedApiCmd = &cobra.Command{
Use: "protectedApi",
Short: "Start protected API service",
Long: `Start protected API web server.`,
Run: execProtectedApiCmd,
}
ProtectedApiCmd represents the protectedApi command
View Source
var PublicApiCmd = &cobra.Command{
Use: "publicApi",
Short: "Start public API service",
Long: `Start public API web server.`,
Run: execPublicApiCmd,
}
PublicApiCmd represents the publicApi command
View Source
var WatcherCmd = &cobra.Command{
Use: "watcher",
Short: "Start watcher daemon",
Long: `Start watcher daemon.`,
Run: execWatcherCmd,
}
WatcherCmd represents the watcher command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.