Documentation
¶
Index ¶
Constants ¶
View Source
const ErrNotFound = "not_found"
Variables ¶
This section is empty.
Functions ¶
func ResultFromError ¶
func ResultFromError(err error) (res rpcdef.MutateResult)
func UnmarshalAction ¶
func UnmarshalAction(fn string) (v agent.IntegrationMutationRequestAction)
Types ¶
type AllowedValue ¶
type IssueTransition ¶
type IssueTransition struct {
ID string `json:"id"`
Name string `json:"name"`
Fields []IssueTransitionField `json:"fields"`
}
type IssueTransitionField ¶
type IssueTransitionField struct {
ID string `json:"id"`
Name string `json:"name"`
AllowedValues []AllowedValue `json:"allowed_values"`
Required bool `json:"required"`
}
Click to show internal directories.
Click to hide internal directories.