Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendComment ¶
Types ¶
type JiraInfo ¶
type JiraInfo struct {
ID int64 `json:"id"`
Host string `json:"host"`
User string `json:"user"`
AuthType aslanconfig.JiraAuthType `json:"auth_type"`
// AccessToken is same as password
AccessToken string `json:"access_token"`
// PersonalAccessToken is bearer token
PersonalAccessToken string `json:"personal_access_token"`
OrganizationID int `json:"organizationId"`
UpdatedAt int64 `json:"updated_at"`
}
func GetJiraInfo ¶
Click to show internal directories.
Click to hide internal directories.