package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Aug 26, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Destination struct {
ID string `json:"id"`
Tag string `json:"tag,omitempty"`
Protocol string `json:"protocol"`
Port int `json:"port"`
}
type Policies struct {
TotalPolicies int `json:"total_policies"`
Policies []Policy `json:"policies"`
}
type Policy struct {
Source Source `json:"source"`
Destination Destination `json:"destination"`
}
type Source struct {
ID string `json:"id"`
Tag string `json:"tag,omitempty"`
}
type Space struct {
Name string `json:name`
OrgGUID string `json:organization_guid`
}
type Tag struct {
ID string `json:"id"`
Tag string `json:"tag"`
}
Source Files
¶
Directories
¶
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.