Documentation
¶
Overview ¶
Package cmd is used for Cobra and Viper integration.
0.3.2 Created by senzing-factory/github-action-make-go-github-file.yaml on Fri Sep 13 19:37:11 UTC 2024
Index ¶
Constants ¶
View Source
const ( Short string = "HTTP server supporting various services" Use string = "serve-http" Long string = ` An HTTP server supporting the following services: - Senzing API server - Swagger UI - Xterm ` )
Variables ¶
View Source
var ContextVariables = append(ContextVariablesForMultiPlatform, ContextVariablesForOsArch...)
View Source
var ContextVariablesForMultiPlatform = []option.ContextVariable{ avoidServe, option.Configuration, option.DatabaseURL, option.EnableAll, option.EnableSenzingRestAPI, option.EnableSwaggerUI, option.EnableXterm, option.EngineSettings, option.EngineLogLevel, option.EngineInstanceName, option.GrpcURL, option.HTTPPort, option.LogLevel, option.ObserverOrigin, option.ObserverURL, option.ServerAddress, option.TtyOnly, option.XtermAllowedHostnames.SetDefault(getDefaultAllowedHostnames()), option.XtermArguments, option.XtermCommand, option.XtermConnectionErrorLimit, option.XtermKeepalivePingTimeout, option.XtermMaxBufferSizeBytes, }
View Source
var ContextVariablesForOsArch = []option.ContextVariable{}
View Source
var RootCmd = &cobra.Command{ Use: Use, Short: Short, Long: Long, PreRun: PreRun, RunE: RunE, Version: Version(), }
RootCmd represents the command.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the RootCmd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.