Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetName ¶
GetName create URL-friendly name for service All parameters will be replaced with "x" in order to avoid adding the same paths differing only in the name of the parameters
func GetRouteForGoji ¶
Types ¶
type Proxy ¶
type Proxy struct {
// Enabling this flag instructs Janus that when proxying this API,
// it should always include the matching URI prefix in the upstream request's URI
AppendPath bool `json:"append_path"`
ListenPath string `json:"listen_path"`
Upstreams Upstreams `json:"upstreams"`
Methods []string `json:"methods"`
}
Click to show internal directories.
Click to hide internal directories.