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
1d3bf992
Commit
1d3bf992
authored
Apr 17, 2018
by
Steve Norman
Committed by
Sander van Harmelen
Apr 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ListOptions to ListTreeOptions (#376)
parent
c787dbb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
repositories.go
repositories.go
+1
-0
No files found.
repositories.go
View file @
1d3bf992
...
...
@@ -50,6 +50,7 @@ func (t TreeNode) String() string {
// GitLab API docs:
// https://docs.gitlab.com/ce/api/repositories.html#list-repository-tree
type
ListTreeOptions
struct
{
ListOptions
Path
*
string
`url:"path,omitempty" json:"path,omitempty"`
Ref
*
string
`url:"ref,omitempty" json:"ref,omitempty"`
Recursive
*
bool
`url:"recursive,omitempty" json:"recursive,omitempty"`
...
...
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