add Filter options for ListIssueComments and ListRepoIssueComments #221

Closed
opened 2020-01-09 21:18:59 +00:00 by 6543 · 0 comments
Owner

as title

use a opt struct like this ...

// ListIssueCommentOptions list comment options
type ListIssueCommentOptions struct {
	Since  time.Time
	Before time.Time
}
as title use a opt struct like this ... ```go // ListIssueCommentOptions list comment options type ListIssueCommentOptions struct { Since time.Time Before time.Time } ```
6543 added the
kind/enhancement
label 2020-01-09 21:25:00 +00:00
6543 added this to the v0.12.0 milestone 2020-01-27 10:14:23 +00:00
lunny closed this issue 2020-02-03 03:18:19 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/go-sdk#221
No description provided.