Add depot, attendant, jetfire, optimus, ota services with kustomize overlays
This commit is contained in:
14
services/ota_update_go/controllers/helper_base.go
Normal file
14
services/ota_update_go/controllers/helper_base.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package controllers
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/fiskerinc/cloud-services/pkg/httphandlers"
|
||||
)
|
||||
|
||||
type HelperBase struct {
|
||||
}
|
||||
|
||||
func (h *HelperBase) ParseRequest(r *http.Request, data interface{}) error {
|
||||
return httphandlers.ParseRequest(r, data)
|
||||
}
|
||||
Reference in New Issue
Block a user