Documentation ¶
Index ¶
- Variables
- func API_GetConfig(w http.ResponseWriter, req *http.Request)
- func API_GetLogs(w http.ResponseWriter, req *http.Request)
- func API_Restart(w http.ResponseWriter, req *http.Request)
- func ConstellationAPIDevices(w http.ResponseWriter, req *http.Request)
- func DeviceCreate(w http.ResponseWriter, req *http.Request)
- func DeviceList(w http.ResponseWriter, req *http.Request)
- func ExportConfigToYAML(overwriteConfig utils.ConstellationConfig, outputPath string) error
- func Init()
- func InitConfig()
- func InitDNS()
- func RestartNebula()
- type DeviceCreateRequestJSON
Constants ¶
This section is empty.
Variables ¶
View Source
var DNSBlacklist = []string{}
View Source
var NebulaDefaultConfig utils.NebulaConfig
Functions ¶
func API_GetConfig ¶
func API_GetConfig(w http.ResponseWriter, req *http.Request)
func API_GetLogs ¶
func API_GetLogs(w http.ResponseWriter, req *http.Request)
func API_Restart ¶
func API_Restart(w http.ResponseWriter, req *http.Request)
func ConstellationAPIDevices ¶
func ConstellationAPIDevices(w http.ResponseWriter, req *http.Request)
func DeviceCreate ¶
func DeviceCreate(w http.ResponseWriter, req *http.Request)
func DeviceList ¶
func DeviceList(w http.ResponseWriter, req *http.Request)
func ExportConfigToYAML ¶
func ExportConfigToYAML(overwriteConfig utils.ConstellationConfig, outputPath string) error
func InitConfig ¶
func InitConfig()
func RestartNebula ¶
func RestartNebula()
Types ¶
type DeviceCreateRequestJSON ¶
Click to show internal directories.
Click to hide internal directories.