1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-02-13 13:48:28 +02:00
This commit is contained in:
Andy Grunwald 2016-06-19 14:36:10 +02:00
parent de4984d92a
commit 083961b1b6

View File

@ -277,6 +277,8 @@ type CommentVisibility struct {
Value string `json:"value,omitempty"`
}
// SearchOptions represents options you can apply
// at a Search functionality (JQL in JIRA).
type SearchOptions struct {
StartAt int
MaxResults int