 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MetadataAuthor ¶
type MetadataAuthor struct {
	URL string `json:"url"`
}
    type MetadataInfo ¶
type MetadataInfo struct {
	Author      MetadataAuthor        `json:"author"`
	Screenshots []MetadataScreenshots `json:"screenshots"`
	Logos       MetadataLogos         `json:"logos"`
	Links       []MetadataLink        `json:"links"`
	Version     string                `json:"version"`
	Keywords    []string              `json:"keywords"`
	Description string                `json:"description"`
}
    type MetadataLink ¶
type MetadataLogos ¶
type MetadataScreenshots ¶
 Click to show internal directories. 
   Click to hide internal directories.