mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-21 21:07:03 +02:00
Go docs
This commit is contained in:
parent
de4984d92a
commit
083961b1b6
2
issue.go
2
issue.go
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user