add input in front + add connection via grpc to solidarity-service(vue)

This commit is contained in:
2024-06-07 11:51:01 +02:00
parent 883453f4a4
commit 93a9d712c7
7 changed files with 171 additions and 512 deletions

View File

@@ -5,15 +5,14 @@ import (
"net/http"
)
func (h *ApplicationHandler) SolidarityServiceDiverList(w http.ResponseWriter, r *http.Request) {
h.Renderer.SolidarityServiceDiverList(w, r)
func (h *ApplicationHandler) SolidarityServiceBookingList(w http.ResponseWriter, r *http.Request) {
h.Renderer.SolidarityServiceBookingList(w, r)
}
func (h *ApplicationHandler) SilvermobiBookingCreate(w http.ResponseWriter, r *http.Request) {
fmt.Println("SilverBookingC")
func (h *ApplicationHandler) SolidarityServiceBookingCreate(w http.ResponseWriter, r *http.Request) {
h.Renderer.SolidarityServiceBookingCreate(w, r )
}
func (h *ApplicationHandler) SilvermobiBookingUpdate(w http.ResponseWriter, r *http.Request) {