Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct { Hostname string `json:"hostname"` HTTPMethod string `json:"http_method"` PathTemplate string `json:"path_template"` PathRegex string `json:"path_regex"` ServiceName string `json:"service_name"` ResourceName string `json:"resource_name"` // contains filtered or unexported fields }
An Endpoint is an API endpoint associated with a (host, method, path)
Click to show internal directories.
Click to hide internal directories.