Discover Packages
github.com/codersrank-org/repo_info_extractor/v2
commit
package
Version:
v2.0.7
Opens a new window with list of versions in this module.
Published: Nov 4, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ChangedFile struct {
Path string `json:"fileName"`
Insertions int `json:"insertions"`
Deletions int `json:"deletions"`
Language string `json:"language"`
}
type Commit struct {
Hash string `json:"commitHash"`
AuthorName string `json:"authorName"`
AuthorEmail string `json:"authorEmail"`
Date string `json:"createdAt"`
ChangedFiles []*ChangedFile `json:"changedFiles"`
Libraries map[string ][]string `json:"libraries"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.