Documentation ¶
Index ¶
- func Aliases(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Commit(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Documentation(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Extensions(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Filenames(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Frequencies(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Heuristics(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Interpreters(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func MimeType(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Types(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- func Vendor(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Aliases ¶
Aliases reads from fileToParse and builds source file from tmplPath. It complies with type File signature.
func Commit ¶ added in v1.3.0
Commit takes a commit and builds the source file from tmplPath. It complies with type File signature.
func Documentation ¶
Documentation reads from fileToParse and builds source file from tmplPath. It complies with type File signature.
func Extensions ¶
Extensions reads from fileToParse and builds source file from tmplPath. It complies with type File signature.
func Filenames ¶
Filenames reads from fileToParse and builds source file from tmplPath. It complies with type File signature.
func Frequencies ¶ added in v1.2.1
Frequencies reads directories in samplesDir, retrieves information about frequencies of languages and tokens, and write the file outPath using tmplName as a template. It complies with type File signature.
func Heuristics ¶
Heuristics reads from fileToParse and builds source file from tmplPath. It complies with type File signature.
func Interpreters ¶
Interpreters reads from fileToParse and builds source file from tmplPath. It complies with type File signature.