add diags services

This commit is contained in:
2024-11-27 15:54:33 +01:00
parent d46f62d92a
commit cfb9a645dd
6 changed files with 487 additions and 549 deletions

View File

@@ -5,6 +5,7 @@ import (
fleets "git.coopgo.io/coopgo-platform/fleets/grpcapi"
groupsmanagement "git.coopgo.io/coopgo-platform/groups-management/grpcapi"
mobilityaccounts "git.coopgo.io/coopgo-platform/mobility-accounts/grpcapi"
diags "git.coopgo.io/coopgo-platform/diags/grpcapi"
"github.com/spf13/viper"
)
@@ -17,6 +18,7 @@ type GRPCServices struct {
GroupsManagement groupsmanagement.GroupsManagementClient
Fleets fleets.FleetsClient
Agenda agenda.AgendaClient
Diags diags.DiagsClient
}
func NewServicesHandler(cfg *viper.Viper) (*ServicesHandler, error) {