Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Maintainer ¶
type Option ¶
type Option struct {
Name string
Source string
Declarations []Link
Default *Docs `json:",omitempty"`
Description nixdocs.Markdown
Example *Docs `json:",omitempty"`
Loc []string
OptionSet string
Parents []string
RelatedPackages nixdocs.Markdown `json:",omitempty"`
Type string
ImportedAt time.Time
}
func (Option) ImporterType ¶ added in v0.3.0
type Package ¶
type Package struct {
Name string
Attribute string
Source string
Broken bool
Definition string
Description string
Homepages []string
Licenses []License
LongDescription nixdocs.Markdown
MainProgram string
Programs []string
Maintainers []Maintainer
PackageSet string
Platforms []string
Version string
ImportedAt time.Time
}
func (Package) ImporterType ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.