mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-08 06:23:18 +00:00
Bump deps
This commit is contained in:
6
vendor/github.com/google/go-github/github/projects.go
generated
vendored
6
vendor/github.com/google/go-github/github/projects.go
generated
vendored
@@ -65,6 +65,12 @@ type ProjectOptions struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
// The body of the project. (Optional.)
|
||||
Body string `json:"body,omitempty"`
|
||||
|
||||
// The following field(s) are only applicable for update.
|
||||
// They should be left with zero values for creation.
|
||||
|
||||
// State of the project. Either "open" or "closed". (Optional.)
|
||||
State string `json:"state,omitempty"`
|
||||
}
|
||||
|
||||
// UpdateProject updates a repository project.
|
||||
|
||||
Reference in New Issue
Block a user