From 9868cd393fb42dd37e345ee7dc09fb0ee02fb976 Mon Sep 17 00:00:00 2001 From: vipg Date: Fri, 26 Dec 2025 12:49:29 +0800 Subject: [PATCH] add --- services/cn_futures_trading_records/{src => }/Dockerfile | 0 services/cn_futures_trading_records/{src => }/crud/create.go | 0 services/cn_futures_trading_records/{src => }/go.mod | 0 services/cn_futures_trading_records/{src => }/go.sum | 0 services/cn_futures_trading_records/{src => }/infra/launch.go | 0 services/cn_futures_trading_records/{src => }/infra/logger.go | 0 services/cn_futures_trading_records/{src => }/infra/postgres.go | 0 services/cn_futures_trading_records/{src => }/main.go | 0 services/cn_futures_trading_records/{src => }/model/payload.go | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename services/cn_futures_trading_records/{src => }/Dockerfile (100%) rename services/cn_futures_trading_records/{src => }/crud/create.go (100%) rename services/cn_futures_trading_records/{src => }/go.mod (100%) rename services/cn_futures_trading_records/{src => }/go.sum (100%) rename services/cn_futures_trading_records/{src => }/infra/launch.go (100%) rename services/cn_futures_trading_records/{src => }/infra/logger.go (100%) rename services/cn_futures_trading_records/{src => }/infra/postgres.go (100%) rename services/cn_futures_trading_records/{src => }/main.go (100%) rename services/cn_futures_trading_records/{src => }/model/payload.go (100%) diff --git a/services/cn_futures_trading_records/src/Dockerfile b/services/cn_futures_trading_records/Dockerfile similarity index 100% rename from services/cn_futures_trading_records/src/Dockerfile rename to services/cn_futures_trading_records/Dockerfile diff --git a/services/cn_futures_trading_records/src/crud/create.go b/services/cn_futures_trading_records/crud/create.go similarity index 100% rename from services/cn_futures_trading_records/src/crud/create.go rename to services/cn_futures_trading_records/crud/create.go diff --git a/services/cn_futures_trading_records/src/go.mod b/services/cn_futures_trading_records/go.mod similarity index 100% rename from services/cn_futures_trading_records/src/go.mod rename to services/cn_futures_trading_records/go.mod diff --git a/services/cn_futures_trading_records/src/go.sum b/services/cn_futures_trading_records/go.sum similarity index 100% rename from services/cn_futures_trading_records/src/go.sum rename to services/cn_futures_trading_records/go.sum diff --git a/services/cn_futures_trading_records/src/infra/launch.go b/services/cn_futures_trading_records/infra/launch.go similarity index 100% rename from services/cn_futures_trading_records/src/infra/launch.go rename to services/cn_futures_trading_records/infra/launch.go diff --git a/services/cn_futures_trading_records/src/infra/logger.go b/services/cn_futures_trading_records/infra/logger.go similarity index 100% rename from services/cn_futures_trading_records/src/infra/logger.go rename to services/cn_futures_trading_records/infra/logger.go diff --git a/services/cn_futures_trading_records/src/infra/postgres.go b/services/cn_futures_trading_records/infra/postgres.go similarity index 100% rename from services/cn_futures_trading_records/src/infra/postgres.go rename to services/cn_futures_trading_records/infra/postgres.go diff --git a/services/cn_futures_trading_records/src/main.go b/services/cn_futures_trading_records/main.go similarity index 100% rename from services/cn_futures_trading_records/src/main.go rename to services/cn_futures_trading_records/main.go diff --git a/services/cn_futures_trading_records/src/model/payload.go b/services/cn_futures_trading_records/model/payload.go similarity index 100% rename from services/cn_futures_trading_records/src/model/payload.go rename to services/cn_futures_trading_records/model/payload.go