Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mpolden/echoip
/ AsJSON
Method
AsJSON
http/error.go:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(e *appError) AsJSON() *appError {
29
e.ContentType = jsonMediaType
30
return
e
31
}
32
33
func
(e *appError) WithMessage(message string) *appError {
34
e.Message = message
Callers
12
CLIHandler
Method · 0.80
CLICountryHandler
Method · 0.80
CLICountryISOHandler
Method · 0.80
CLICityHandler
Method · 0.80
CLICoordinatesHandler
Method · 0.80
CLIASNHandler
Method · 0.80
CLIASNOrgHandler
Method · 0.80
JSONHandler
Method · 0.80
PortHandler
Method · 0.80
cacheResizeHandler
Method · 0.80
cacheHandler
Method · 0.80
NotFoundHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected