package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 8, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
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 Policy struct {
Source Source `json:"source"`
Destination Destination `json:"destination"`
}
type Source struct {
ID string `json:"id"`
Tag string `json:"tag,omitempty"`
}
type Tag struct {
ID string `json:"id"`
Tag string `json:"tag"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.