commit

package
v2.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangedFile

type ChangedFile struct {
	Path       string `json:"fileName"`
	Insertions int    `json:"insertions"`
	Deletions  int    `json:"deletions"`
	Language   string `json:"language"`
}

type Commit

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL