├─.env # Environment variables
├─go.mod # Go module file
├─go.sum
├─Escrow.json # ABI file for the Escrow contract
├─main.go # Main entry point for the application
├─bin/ # Binary files
├─modules/ # Modules that each represent a unit of independent logic
│ ├─products/
│ ├─stores/
│ ├─users/
├─services/ # Services which are auto-registered as dependencies
│ ├─jwt/
│ ├─middleware/
│ ├─wsclient/
│ ├─config/
│ ├─web/
│ ├─observer/
│ ├─db/
│ ├─s3spaces/
├─pkg/
│ ├─app/ # Application logic
-
Notifications
You must be signed in to change notification settings - Fork 0
License
TechXTT/bazaar-backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published