Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
UpstreamRepo string `json:"upstream_repo"`
UpstreamTag string `json:"upstream_tag"`
DescriptorChecksumSHA256 string `json:"descriptor_checksum_sha256"`
Artifacts []Artifact `json:"artifacts"`
ServiceContracts []ServiceContract `json:"service_contracts,omitempty"`
}
type ServiceContract ¶ added in v0.6.0
type ServiceContract struct {
Operation string `json:"operation"`
UpstreamPath string `json:"upstream_path"`
LocalPath string `json:"local_path"`
FullMethodName string `json:"full_method_name"`
Transport string `json:"transport"`
Auth string `json:"auth"`
UpstreamTag string `json:"upstream_tag"`
IntroducedAfter string `json:"introduced_after"`
RedactedRequestFields []string `json:"redacted_request_fields"`
}
Click to show internal directories.
Click to hide internal directories.