MCPcopy Create free account
hub / github.com/docker/model-test / LogRequest

Struct LogRequest

services/request_logger.go:28–32  ·  view source on GitHub ↗

LogRequest represents the request part of a log entry

Source from the content-addressed store, hash-verified

26
27// LogRequest represents the request part of a log entry
28type LogRequest struct {
29 Method string `json:"method"`
30 URL string `json:"url"`
31 Body interface{} `json:"body"`
32}
33
34// LogResponse represents the response part of a log entry
35type LogResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected