feat:#36 added protobuf for golang microservices

This commit is contained in:
Elmar Kresse
2024-06-16 02:54:50 +02:00
parent a56c17e945
commit 8548a537ec
55 changed files with 186 additions and 990 deletions

View File

@@ -4,8 +4,8 @@ import (
"encoding/json"
"github.com/gofiber/fiber/v3"
"github.com/gofiber/fiber/v3/log"
"htwkalender-ical/model"
"htwkalender-ical/service/ical"
"htwkalender/ical/model"
"htwkalender/ical/service/ical"
"log/slog"
"net/http"
)