Documentation ¶
Index ¶
- func GetAllApplications(rw http.ResponseWriter, req *http.Request)
- func GetAllConfig(rw http.ResponseWriter, req *http.Request)
- func GetAllConfigForApp(rw http.ResponseWriter, req *http.Request)
- func GetConfig(rw http.ResponseWriter, req *http.Request)
- func InitStore(rw http.ResponseWriter, req *http.Request)
- func RemoveConfig(rw http.ResponseWriter, req *http.Request)
- func SetConfig(rw http.ResponseWriter, req *http.Request)
- func ShowUI(rw http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllApplications ¶ added in v1.0.49
func GetAllApplications(rw http.ResponseWriter, req *http.Request)
Gets all applications
func GetAllConfig ¶ added in v1.0.24
func GetAllConfig(rw http.ResponseWriter, req *http.Request)
Gets all config information
func GetAllConfigForApp ¶ added in v1.0.49
func GetAllConfigForApp(rw http.ResponseWriter, req *http.Request)
Gets all config information for a given application
func GetConfig ¶
func GetConfig(rw http.ResponseWriter, req *http.Request)
Gets a specfic config item based on application and config item name
func InitStore ¶ added in v1.0.24
func InitStore(rw http.ResponseWriter, req *http.Request)
Initializes a store
func RemoveConfig ¶ added in v1.0.28
func RemoveConfig(rw http.ResponseWriter, req *http.Request)
Removes a specific config item
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.