api

package
v0.0.0-...-5a58481 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Server = &AppServer{
		router: gin.Default(),
	}
	Config = &AppServerConfig{}
)

Functions

func InitializeRoutes

func InitializeRoutes()

func Run

func Run()

func SetAppServerConfig

func SetAppServerConfig(config *AppServerConfig)

Types

type AppServer

type AppServer struct {
	// contains filtered or unexported fields
}

type AppServerConfig

type AppServerConfig struct {
	AllowedHost string
	Port        string
}

Jump to

Keyboard shortcuts

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