 package
    
    
    
      package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.19.1
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Sep 18, 2024
  
      
  
    License: Apache-2.0
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 11
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
       Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
  
  
  
    
      View Source
      var Analyzer = &analysis.Analyzer{
	Name:     "manifest",
	Requires: []*analysis.Analyzer{archive.Analyzer, published.Analyzer},
	Run:      run,
	Rules: []*analysis.Rule{
		unsignedPlugin,
		undeclaredFiles,
		emptyManifest,
		wrongManifest,
		invalidShaSum,
	},
}
     
  
  
  
  
  
      
  
  
    
    
    
      type ManifestFile struct {
	Files         map[string]string `json:"files"`
	RootUrls      []string          `json:"rootUrls"`
	SignatureType string            `json:"signatureType"`
}
     
  
  
       
      
     
   
        
      
      
        
  
    
       Source Files
      ¶
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.