Discover Packages
github.com/locona/jira
pkg
user
package
Version:
v1.1.12
Opens a new window with list of versions in this module.
Published: Dec 16, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type SearchUser struct {
Self string `json:"self"`
AccountID string `json:"accountId"`
DisplayName string `json:"displayName"`
Active bool `json:"active"`
AccountType string `json:"accountType"`
}
type UserList struct {
MaxResults int `json:"maxResults"`
StartAt int `json:"startAt"`
Total int `json:"total"`
IsLast bool `json:"isLast"`
NextPage string `json:"nextPage"`
Users []jira .User `json:"values"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.