mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-09 21:27:45 +02:00
feat:#36 added protobuf communication for modules
This commit is contained in:
13
services/ical/model/appModel.go
Normal file
13
services/ical/model/appModel.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"github.com/gofiber/fiber/v3"
|
||||
googleGRPC "google.golang.org/grpc"
|
||||
)
|
||||
|
||||
type AppType struct {
|
||||
GrpcClient *googleGRPC.ClientConn
|
||||
Host string
|
||||
Fiber *fiber.App
|
||||
DataManagerURL string
|
||||
}
|
Reference in New Issue
Block a user