 package
    
    
    
      package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.5.0
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Oct 27, 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
      ¶
      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
      ¶
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.