package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jun 4, 2022
License: MIT
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
¶
type Label struct {
Name string `json:"name"`
Color string `json:"color"`
Description string `json:"description"`
}
type Repository struct {
Owner string `yaml:"owner"`
Name string `yaml:"name"`
Labels []Label `yaml:"labels"`
}
type Schema struct {
Repositories []Repository `yaml:"repositories"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.