Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
f45d22b1
Unverified
Commit
f45d22b1
authored
Mar 15, 2019
by
Sander van Harmelen
Committed by
GitHub
Mar 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #582 from ailsachiu/runner-scope-deprecation
Add Status and Type as ListRunnersOptions
parents
6d33d407
31547d59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
runners.go
runners.go
+3
-1
No files found.
runners.go
View file @
f45d22b1
...
@@ -80,7 +80,9 @@ type RunnerDetails struct {
...
@@ -80,7 +80,9 @@ type RunnerDetails struct {
// https://docs.gitlab.com/ce/api/runners.html#list-owned-runners
// https://docs.gitlab.com/ce/api/runners.html#list-owned-runners
type
ListRunnersOptions
struct
{
type
ListRunnersOptions
struct
{
ListOptions
ListOptions
Scope
*
string
`url:"scope,omitempty" json:"scope,omitempty"`
Scope
*
string
`url:"scope,omitempty" json:"scope,omitempty"`
Status
*
string
`url:"status,omitempty" json:"status,omitempty"`
Type
*
string
`url:"type,omitempty" json:"type,omitempty"`
}
}
// ListRunners gets a list of runners accessible by the authenticated user.
// ListRunners gets a list of runners accessible by the authenticated user.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment