httpserver

package
v0.0.0-...-9dd679b Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BroadcastHistory = []BroadcastData{}

Functions

func BroadcastMessage

func BroadcastMessage(data string)

func HttpServer

func HttpServer(args models.Args)

func Info

func Info(c echo.Context) error

func Page

func Page(c echo.Context) error

func WSEndpoint

func WSEndpoint(c echo.Context) error

Types

type BroadcastData

type BroadcastData struct {
	Index int
	Data  string
}

type InfoData

type InfoData struct {
	EchoVersion      string `json:"echoVersion"`
	EchoServerAddr   string `json:"echoServerAddr"`
	EchoServerLogger string `json:"echoServerLogger"`
}

Jump to

Keyboard shortcuts

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