#1 Echo
Package echo implements high performance, minimalist Go web framework.
A simple HTTP middleware to automatically handle all your file upload needs
Health score 52/100, confidence 45/100.
| Latest version | Unknown |
| Imported by | 2 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | Unknown |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| ErrResponseHandler | Type | type ErrResponseHandler func(error) http.HandlerFunc |
| File | Type | type File struct{ ... } |
| File.FieldName | Field | FieldName string |
| File.FolderDestination | Field | FolderDestination string |
| File.MimeType | Field | MimeType string |
| File.OriginalName | Field | OriginalName string |
| File.Size | Field | Size int64 |
| File.StorageKey | Field | StorageKey string |
| File.UploadedFileName | Field | UploadedFileName string |
| FilesFromContextWithKey | Function | func FilesFromContextWithKey(r *http.Request, key string) ([]File, error) |
| Files | Type | type Files map[string][]File |
| FilesFromContext | Function | func FilesFromContext(r *http.Request) (Files, error) |
Package echo implements high performance, minimalist Go web framework.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
Learn Go with test-driven development
Package gin implements a HTTP web framework called gin.
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
Package echo implements high performance, minimalist Go web framework.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
Learn Go with test-driven development
Package gin implements a HTTP web framework called gin.