Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigHandler ¶
type ConfigHandler interface {
GetConfig(w http.ResponseWriter, r *http.Request)
}
ConfigHandler define http handler interface
func NewConfigHandler ¶
func NewConfigHandler() ConfigHandler
NewConfigHandler creates new ConfigHandlerImpl
type ConfigHandlerImpl ¶
type ConfigHandlerImpl struct { }
ConfigHandlerImpl define implementation for ConfigHandler
func (*ConfigHandlerImpl) GetConfig ¶
func (receiver *ConfigHandlerImpl) GetConfig(_writer http.ResponseWriter, _req *http.Request)
GetConfig returns all environment variables
Click to show internal directories.
Click to hide internal directories.