http

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

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

Go to latest
Published: May 13, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouter

func NewRouter(handler *gin.Engine, messages chan interface{}, cch *ristretto.Cache)

Types

type CallstackData

type CallstackData struct {
	File     string `json:"file"`
	Line     string `json:"line"`
	Function string `json:"function"`
}

type RequestData

type RequestData struct {
	Payload   string          `json:"payload"`
	Callstack []CallstackData `json:"callstack"`
	File      string          `json:"file"`
	Line      string          `json:"line"`
	Type      string          `json:"type"`
	Timestamp string          `json:"timestamp"`
}

Jump to

Keyboard shortcuts

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