Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Endpoint ¶
type Endpoint struct {
Method string `json:"method"`
Path string `json:"path"`
Parameters []Parameter `json:"parameters,omitempty"`
RequestSchema string `json:"requestSchema,omitempty"`
RequestAttributes map[string]any `json:"requestAttributes,omitempty"`
ResponseSchema string `json:"responseSchema,omitempty"`
}
Endpoint is a compact representation of an API endpoint.
Click to show internal directories.
Click to hide internal directories.