mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-25 14:25:10 +00:00
Bump deps
This commit is contained in:
8
vendor/github.com/google/go-github/github/search.go
generated
vendored
8
vendor/github.com/google/go-github/github/search.go
generated
vendored
@@ -15,6 +15,14 @@ import (
|
||||
// SearchService provides access to the search related functions
|
||||
// in the GitHub API.
|
||||
//
|
||||
// Each method takes a query string defining the search keywords and any search qualifiers.
|
||||
// For example, when searching issues, the query "gopher is:issue language:go" will search
|
||||
// for issues containing the word "gopher" in Go repositories. The method call
|
||||
// opts := &github.SearchOptions{Sort: "created", Order: "asc"}
|
||||
// cl.Search.Issues(ctx, "gopher is:issue language:go", opts)
|
||||
// will search for such issues, sorting by creation date in ascending order
|
||||
// (i.e., oldest first).
|
||||
//
|
||||
// GitHub API docs: https://developer.github.com/v3/search/
|
||||
type SearchService service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user