type
Endpoint
type Endpoint struct {
Method string `json:"method"`
Path string `json:"path"`
Summary string `json:"summary,omitempty"`
}Deterministic public metadata for one application-authored custom endpoint.
Methodstring- The Method value.
Pathstring- The Path value.
Summarystring- The Summary value.
Executable handler code and request body limits remain in Go runtime configuration and are never serialized.