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
77214d48
Commit
77214d48
authored
Jan 29, 2019
by
Sander van Harmelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Event dates should be in the format YYYY-MM-DD
parent
a177ae6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
events.go
events.go
+2
-2
No files found.
events.go
View file @
77214d48
...
...
@@ -73,8 +73,8 @@ type ListContributionEventsOptions struct {
ListOptions
Action
*
EventTypeValue
`json:"action,omitempty"`
TargetType
*
EventTargetTypeValue
`json:"target_type,omitempty"`
Before
*
ISOTime
`json:"before,omitempty"`
After
*
ISOTime
`json:"after,omitempty"`
Before
*
string
`json:"before,omitempty"`
After
*
string
`json:"after,omitempty"`
Sort
*
string
`json:"sort,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