package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Ticket struct {
Self string `json:"self"`
ID string `json:"id"`
Key string `json:"key"`
Title string `json:"title"`
Description string `json:"description"`
MR string `json:"mr"`
}
type TicketPatch struct {
Title *string `json:"title"`
Description *string `json:"description"`
MR *string `json:"mr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.