Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( STDLIB = ServerModule{ Name: "Standard Library", Package: "", ID: "0", } FIBER = ServerModule{ Name: "Fiber", Package: "github.com/gofiber/fiber/v2", ID: "1", } GIN = ServerModule{ Name: "Gin", Package: "github.com/gin-gonic/gin", ID: "2", } CHI = ServerModule{ Name: "Chi", Package: "github.com/go-chi/chi/v5", ID: "3", } ECHO = ServerModule{ Name: "Echo", Package: "github.com/labstack/echo/v4", ID: "4", } GORILLA = ServerModule{ Name: "Gorilla", Package: "github.com/gorilla/mux", ID: "5", } IRIS = ServerModule{ Name: "Iris", Package: "github.com/kataras/iris/v12", ID: "6", } MUX = ServerModule{ Name: "Mux", Package: "github.com/gorilla/mux", ID: "7", } AERO = ServerModule{ Name: "Aero", Package: "github.com/aerogo/aero", ID: "8", } FASTHTTP = ServerModule{ Name: "FastHTTP", Package: "github.com/valyala/fasthttp", ID: "9", } BEEGO = ServerModule{ Name: "Beego", Package: "github.com/astaxie/beego", ID: "10", } )
Functions ¶
This section is empty.
Types ¶
type ServerModule ¶
func GetServerById ¶
func GetServerById(id string) ServerModule
Click to show internal directories.
Click to hide internal directories.