bazaar-backend

command module
v0.0.0-...-2127833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 10 Imported by: 0

README

bazaar-backend

Repo structure

├─.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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
modules
pkg
app
services
db
jwt
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL