mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 17:48:35 +00:00
Update go-github library
This commit is contained in:
6
vendor/github.com/google/go-github/github/git_trees.go
generated
vendored
6
vendor/github.com/google/go-github/github/git_trees.go
generated
vendored
@@ -14,6 +14,12 @@ import (
|
||||
type Tree struct {
|
||||
SHA *string `json:"sha,omitempty"`
|
||||
Entries []TreeEntry `json:"tree,omitempty"`
|
||||
|
||||
// Truncated is true if the number of items in the tree
|
||||
// exceeded GitHub's maximum limit and the Entries were truncated
|
||||
// in the response. Only populated for requests that fetch
|
||||
// trees like Git.GetTree.
|
||||
Truncated *bool `json:"truncated,omitempty"`
|
||||
}
|
||||
|
||||
func (t Tree) String() string {
|
||||
|
||||
Reference in New Issue
Block a user