Documentation
¶
Index ¶
- func GetFunctionHandler(w http.ResponseWriter, r *http.Request)
- func HealthCheckHandler(w http.ResponseWriter, r *http.Request)
- func Trace(sig string)
- func TraceHandler(w http.ResponseWriter, r *http.Request)
- func UnTrace(sig string)
- type Function
- type GetFunctionResponse
- type ProcessInfoResponse
- type Response
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 TraceHandler ¶
func TraceHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type GetFunctionResponse ¶
type GetFunctionResponse struct {
Functions []*Function `json:"functions"`
}
type ProcessInfoResponse ¶
type ProcessInfoResponse struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.