MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / serverResponse

Struct serverResponse

http/handler_impl.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type serverResponse struct {
18 statusCode uint16
19 body interface{}
20}
21
22func (s *serverResponse) Error() string {
23 return fmt.Sprintf("%v", s.body)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected