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 17:30:20 UTC 2024
Index ¶
Constants ¶
View Source
const ( Short string = "serve-chat short description" Use string = "serve-chat" Long string = ` serve-chat long description. ` )
Variables ¶
View Source
var ContextVariables = append(ContextVariablesForMultiPlatform, ContextVariablesForOsArch...)
View Source
var ContextVariablesForMultiPlatform = []option.ContextVariable{ option.AvoidServe, option.Configuration, option.DatabaseURL, option.EnableAll, option.EnableSenzingChatAPI, option.EnableSwaggerUI, option.EngineInstanceName, option.EngineLogLevel, option.EngineSettings, option.GrpcURL, option.HTTPPort, option.LogLevel, option.ObserverOrigin, option.ObserverURL, option.ServerAddress, }
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.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.