Commit 1d3bf992 authored by Steve Norman's avatar Steve Norman Committed by Sander van Harmelen

Add ListOptions to ListTreeOptions (#376)

parent c787dbb4
......@@ -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"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment