refactor: Remove unused entity and datasource files; add AuthDto for authentication, simplification
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package entities
|
||||
package models
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
@@ -43,7 +43,7 @@ Here's a guide to finding information within the project:
|
||||
- **Code Examples:**
|
||||
- `docu/code_examples/react_component.tsx`: Example React component.
|
||||
|
||||
**Important Note about Code Examples:** The files in `docu/code_examples/` are for illustrative purposes *only*. They do *not* represent a runnable project structure. Treat each file as an isolated example. The package declarations within these files (e.g., `package entities`, `package repositories`, `package main`) are conceptual and should be interpreted in the context of the described architecture, *not* as a literal directory structure. Do not attempt to run `go get` or similar commands based on these examples, as the necessary project structure and dependencies are not present.
|
||||
**Important Note about Code Examples:** The files in `docu/code_examples/` are for illustrative purposes *only*. They do *not* represent a runnable project structure. Treat each file as an isolated example. The package declarations within these files (e.g., `package models`, `package repositories`, `package main`) are conceptual and should be interpreted in the context of the described architecture, *not* as a literal directory structure. Do not attempt to run `go get` or similar commands based on these examples, as the necessary project structure and dependencies are not present.
|
||||
|
||||
## Rules and Guidelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user