Documentation
¶
Overview ¶
The cmd package is used for Cobra integration.
0.2.2 Created by make-go-github-file.yaml on Tue Jan 30 16:25:04 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.EngineConfigurationJSON, option.EngineLogLevel, option.EngineModuleName, 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.