From 570cd85c0e9c9ef2fe863d283a138d554d6f0440 Mon Sep 17 00:00:00 2001 From: uhooi Date: Thu, 12 Jan 2023 00:32:27 +0900 Subject: [PATCH] Refactor SakatsuData --- .../Sources/Data/Sakatsu/{ => Models}/DefaultSaunaTimes.swift | 0 LokiPackage/Sources/Data/Sakatsu/{ => Models}/Sakatsu.swift | 0 LokiPackage/Sources/Data/Sakatsu/{ => Models}/SaunaSet.swift | 0 .../Sources/Data/Sakatsu/{ => Models}/SaunaTemperature.swift | 0 .../Sakatsu/{ => Repositories}/DefaultSaunaTimeRepository.swift | 0 .../Data/Sakatsu/{ => Repositories}/SakatsuRepository.swift | 0 .../Sources/Data/Sakatsu/{ => Validators}/SakatsuValidator.swift | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename LokiPackage/Sources/Data/Sakatsu/{ => Models}/DefaultSaunaTimes.swift (100%) rename LokiPackage/Sources/Data/Sakatsu/{ => Models}/Sakatsu.swift (100%) rename LokiPackage/Sources/Data/Sakatsu/{ => Models}/SaunaSet.swift (100%) rename LokiPackage/Sources/Data/Sakatsu/{ => Models}/SaunaTemperature.swift (100%) rename LokiPackage/Sources/Data/Sakatsu/{ => Repositories}/DefaultSaunaTimeRepository.swift (100%) rename LokiPackage/Sources/Data/Sakatsu/{ => Repositories}/SakatsuRepository.swift (100%) rename LokiPackage/Sources/Data/Sakatsu/{ => Validators}/SakatsuValidator.swift (100%) diff --git a/LokiPackage/Sources/Data/Sakatsu/DefaultSaunaTimes.swift b/LokiPackage/Sources/Data/Sakatsu/Models/DefaultSaunaTimes.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/DefaultSaunaTimes.swift rename to LokiPackage/Sources/Data/Sakatsu/Models/DefaultSaunaTimes.swift diff --git a/LokiPackage/Sources/Data/Sakatsu/Sakatsu.swift b/LokiPackage/Sources/Data/Sakatsu/Models/Sakatsu.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/Sakatsu.swift rename to LokiPackage/Sources/Data/Sakatsu/Models/Sakatsu.swift diff --git a/LokiPackage/Sources/Data/Sakatsu/SaunaSet.swift b/LokiPackage/Sources/Data/Sakatsu/Models/SaunaSet.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/SaunaSet.swift rename to LokiPackage/Sources/Data/Sakatsu/Models/SaunaSet.swift diff --git a/LokiPackage/Sources/Data/Sakatsu/SaunaTemperature.swift b/LokiPackage/Sources/Data/Sakatsu/Models/SaunaTemperature.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/SaunaTemperature.swift rename to LokiPackage/Sources/Data/Sakatsu/Models/SaunaTemperature.swift diff --git a/LokiPackage/Sources/Data/Sakatsu/DefaultSaunaTimeRepository.swift b/LokiPackage/Sources/Data/Sakatsu/Repositories/DefaultSaunaTimeRepository.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/DefaultSaunaTimeRepository.swift rename to LokiPackage/Sources/Data/Sakatsu/Repositories/DefaultSaunaTimeRepository.swift diff --git a/LokiPackage/Sources/Data/Sakatsu/SakatsuRepository.swift b/LokiPackage/Sources/Data/Sakatsu/Repositories/SakatsuRepository.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/SakatsuRepository.swift rename to LokiPackage/Sources/Data/Sakatsu/Repositories/SakatsuRepository.swift diff --git a/LokiPackage/Sources/Data/Sakatsu/SakatsuValidator.swift b/LokiPackage/Sources/Data/Sakatsu/Validators/SakatsuValidator.swift similarity index 100% rename from LokiPackage/Sources/Data/Sakatsu/SakatsuValidator.swift rename to LokiPackage/Sources/Data/Sakatsu/Validators/SakatsuValidator.swift