Documentation ¶ Index ¶ func GetWDIDReport(window string, repoPaths []string) (map[string][]RepoLog, error) type RepoLog func (r *RepoLog) ChangeLine() string func (r *RepoLog) ShortRepo() string func (r *RepoLog) String() string func (r *RepoLog) Timestamp() int64 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetWDIDReport ¶ func GetWDIDReport(window string, repoPaths []string) (map[string][]RepoLog, error) Types ¶ type RepoLog ¶ type RepoLog struct { // contains filtered or unexported fields } func (*RepoLog) ChangeLine ¶ func (r *RepoLog) ChangeLine() string func (*RepoLog) ShortRepo ¶ func (r *RepoLog) ShortRepo() string func (*RepoLog) String ¶ func (r *RepoLog) String() string func (*RepoLog) Timestamp ¶ func (r *RepoLog) Timestamp() int64 Source Files ¶ View all Source files wdid.go Click to show internal directories. Click to hide internal directories.