Commit 784a0146 authored by Yann Garcia's avatar Yann Garcia
Browse files

Remove duplicated files

parent 1ce8f389
Loading
Loading
Loading
Loading
+0 −47
Original line number Diff line number Diff line
package server

import "net/http"

func Login(w http.ResponseWriter, r *http.Request) {
	login(w, r)
}

func Logout(w http.ResponseWriter, r *http.Request) {
	logout(w, r)
}

func SandboxAppInstancesGET(w http.ResponseWriter, r *http.Request) {
	sandboxAppInstancesGET(w, r)
}

func SandboxLogsSubscriptionsDELETE(w http.ResponseWriter, r *http.Request) {
	sandboxLogsSubscriptionsDELETE(w, r)
}

func SandboxLogsSubscriptionsPOST(w http.ResponseWriter, r *http.Request) {
	sandboxLogsSubscriptionsPOST(w, r)
}

func SandboxMecServicesGET(w http.ResponseWriter, r *http.Request) {
	sandboxMecServicesGET(w, r)
}

func SandboxMecServicesPOST(w http.ResponseWriter, r *http.Request) {
	sandboxMecServicesPOST(w, r)
}

func SandboxNetworkScenariosGET(w http.ResponseWriter, r *http.Request) {
	sandboxNetworkScenariosGET(w, r)
}

func SandboxNetworkScenariosPOST(w http.ResponseWriter, r *http.Request) {
	sandboxNetworkScenariosPOST(w, r)
}

func SandboxUeControllerGET(w http.ResponseWriter, r *http.Request) {
	sandboxUeControllerGET(w, r)
}

func SandboxUeControllerPATCH(w http.ResponseWriter, r *http.Request) {
	sandboxUeControllerPATCH(w, r)
}
+0 −790

File deleted.

Preview size limit exceeded, changes collapsed.