Documentation
¶
Overview ¶
Package handler is defining an entry point to interact with the configuration Engine.
Index ¶
Constants ¶
View Source
const ( Id = "dev_config_handler" // only one instance of config Engine can be in the service ServiceById = "service" ServiceByUrl = "service-by-url" ServiceExist = "service-exist" SetService = "set-service" ParamExist = "param-exist" StringParam = "string-param" Uint64Param = "uint64-param" BoolParam = "bool-param" GenerateHandler = "generate-handler" SetDefaultParam = "set-default" GenerateService = "generate-service" )
Variables ¶
This section is empty.
Functions ¶
func SocketConfig ¶
func SocketConfig() *handlerConfig.Handler
SocketConfig parameter of the handler
Types ¶
Click to show internal directories.
Click to hide internal directories.