package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Aug 24, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HTTPExtension struct {
Rules []HTTPRule `json:"rules"`
}
HTTPExtension contains the rules set by the (google.api.http) method option extension.
type HTTPRule struct {
Method string `json:"method"`
Pattern string `json:"pattern"`
Body string `json:"body,omitempty"`
}
HTTPRule represents a single HTTP rule from the (google.api.http) method option extension.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.