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

@@ -17,7 +17,7 @@
package functions
import (
localTime "htwkalender-ical/service/functions/time"
localTime "htwkalender/ical/service/functions/time"
"time"
)

View File

@@ -1,7 +1,7 @@
package functions
import (
mockTime "htwkalender-ical/service/functions/time"
mockTime "htwkalender/ical/service/functions/time"
"reflect"
"testing"
"time"

View File

@@ -17,7 +17,7 @@
package time
import (
"htwkalender-ical/model"
"htwkalender/ical/model"
"time"
)