package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Mar 9, 2023
License: MIT
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
¶
Package label provides Go structures for GitHub issue labels.
type Label struct {
Name string `json:"name"`
Description string `json:"description"`
Color string `json:"color"`
}
Label represents a GitHub issue label.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.