Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Server = struct { GetFull func(string) http.HandlerFunc GetValue http.HandlerFunc SetValue http.HandlerFunc ListConfigurable http.HandlerFunc }{ GetFull: getFullConfig, GetValue: getConfigValue, SetValue: setConfigValue, ListConfigurable: listConfigurableSettings, }
Server offers functions that implement the standard runtime settings HTTP API
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.