refactor functional styple in data sources

This commit is contained in:
2025-01-04 11:10:33 +00:00
parent 05fdefc3e2
commit bded64757a
6 changed files with 259 additions and 376 deletions
@@ -37,4 +37,4 @@ func New(code ErrorCode, message string, status int) *AppError {
Message: message,
Status: status,
}
}
}