From 379f9590e95389dba03ef92fe8e28bf2f51cbf35 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 9 Jan 2023 11:43:40 +0100 Subject: [PATCH] Renamed files for consistency reasons err_school.go implements the full education interface not just schools. ldap_school.go renamed to ldap_education_school.go for making it consistent with ldap_education_user.go --- services/graph/pkg/identity/{err_school.go => err_education.go} | 0 .../pkg/identity/{ldap_school.go => ldap_education_school.go} | 0 .../{ldap_school_test.go => ldap_education_school_test.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename services/graph/pkg/identity/{err_school.go => err_education.go} (100%) rename services/graph/pkg/identity/{ldap_school.go => ldap_education_school.go} (100%) rename services/graph/pkg/identity/{ldap_school_test.go => ldap_education_school_test.go} (100%) diff --git a/services/graph/pkg/identity/err_school.go b/services/graph/pkg/identity/err_education.go similarity index 100% rename from services/graph/pkg/identity/err_school.go rename to services/graph/pkg/identity/err_education.go diff --git a/services/graph/pkg/identity/ldap_school.go b/services/graph/pkg/identity/ldap_education_school.go similarity index 100% rename from services/graph/pkg/identity/ldap_school.go rename to services/graph/pkg/identity/ldap_education_school.go diff --git a/services/graph/pkg/identity/ldap_school_test.go b/services/graph/pkg/identity/ldap_education_school_test.go similarity index 100% rename from services/graph/pkg/identity/ldap_school_test.go rename to services/graph/pkg/identity/ldap_education_school_test.go