MCPcopy Create free account
hub / github.com/eth-easl/dirigent / FunctionResponse

Struct FunctionResponse

workload/http_workload.go:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120type FunctionResponse struct {
121 Status string `json:"Status"`
122 Function string `json:"Function"`
123 MachineName string `json:"MachineName"`
124 ExecutionTime int64 `json:"ExecutionTime"`
125}
126
127func healthHandler(w http.ResponseWriter, _ *http.Request) {
128 w.WriteHeader(http.StatusOK)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected