go_image_upload

module
v0.0.0-...-84c8136 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2025 License: MIT

README

go_image_upload

upload images

repo/
│
├── cmd/
│   └── server/
│       └── main.go            # Entry point of the application
│
├── internal/
│   ├── handlers/
│   │   └── handlers.go        # Registering routes
│   │
│   ├── services/
│   │   └── file_service.go    # Business logic for file operations
│   │
│   ├── storage/
│   │   └── file_storage.go    # File system operations (saving, deleting, etc.)
│   │
│   └── config/
│       └── config.go          # Configuration settings (e.g., constants like uploadDir)
│
├── pkg/
│   └── utils/
│       └── utils.go           # Utility functions (e.g., UUID generation)
│
└── go.mod                     # Go module file

Directories

Path Synopsis
cmd
server command
internal
pkg

Jump to

Keyboard shortcuts

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