Documentation
¶
Index ¶
Constants ¶
View Source
const CurrentSchemaVersion = 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Constructor ¶
type Entry ¶
type Entry struct {
Name string `json:"name"`
Summary string `json:"summary"`
Description string `json:"description"`
Kind string `json:"kind"`
Lifecycle string `json:"lifecycle"`
Compatibility string `json:"compatibility"`
MinGOWDK string `json:"minGOWDK,omitempty"`
MaxGOWDK string `json:"maxGOWDK,omitempty"`
ModulePath string `json:"modulePath"`
PackagePath string `json:"packagePath"`
ImportPath string `json:"importPath"`
Owner string `json:"owner"`
SourceRepository string `json:"sourceRepository"`
License string `json:"license"`
Documentation string `json:"documentation"`
Features []string `json:"features,omitempty"`
PublicInterfaces []string `json:"publicInterfaces,omitempty"`
RequiredExternalTools []string `json:"requiredExternalTools,omitempty"`
NetworkBehavior []string `json:"networkBehavior,omitempty"`
ProcessBehavior []string `json:"processBehavior,omitempty"`
SecurityNotes []string `json:"securityNotes,omitempty"`
Trust Trust `json:"trust"`
Constructor Constructor `json:"constructor"`
}
Click to show internal directories.
Click to hide internal directories.