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
31547d59
Commit
31547d59
authored
Mar 15, 2019
by
achiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Status and Type as ListRunnersOptions
parent
6d33d407
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 @
31547d59
...
...
@@ -80,7 +80,9 @@ type RunnerDetails struct {
// https://docs.gitlab.com/ce/api/runners.html#list-owned-runners
type
ListRunnersOptions
struct
{
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.
...
...
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