handler

package
v0.0.4-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2025 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFunctionHandler

func GetFunctionHandler(w http.ResponseWriter, r *http.Request)

func HealthCheckHandler

func HealthCheckHandler(w http.ResponseWriter, r *http.Request)

func Trace

func Trace(sig string)

* sig - signature * function name

func TraceHandler

func TraceHandler(w http.ResponseWriter, r *http.Request)

func UnTrace

func UnTrace(sig string)

Types

type Function

type Function struct {
	Name string `json:"name"`
}

type GetFunctionResponse

type GetFunctionResponse struct {
	Functions []*Function `json:"functions"`
}

type ProcessInfoResponse

type ProcessInfoResponse struct {
	Name string `json:"name"`
}

type Response

type Response struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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