servers

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

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

type ServerModule struct {
	Name    string
	Package string
	ID      string
}

func GetServerById

func GetServerById(id string) ServerModule

Jump to

Keyboard shortcuts

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