package
module
Version:
v0.0.0-...-7e03c3a
Opens a new window with list of versions in this module.
Published: Sep 8, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
Fiber redoc

⚙ Installation
go get -u github.com/eininst/fiber-middleware-redoc
⚡ Quickstart
package main
import (
redoc "github.com/eininst/fiber-middleware-redoc"
"github.com/gofiber/fiber/v2"
)
func main() {
app := fiber.New()
app.Get("/redoc/*", redoc.New("examples/swagger.json"))
app.Listen(":8080")
}
visit http://127.0.0.1:8080/redoc
See examples
License
MIT
Documentation
¶
type XLogo struct {
Url string `json:"url"`
BackgroundColor string `json:"backgroundColor"`
AltText string `json:"altText"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.