package
Version:
v0.0.0-...-7e3d6ea
Opens a new window with list of versions in this module.
Published: Nov 5, 2020
License: AGPL-3.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 IssueType struct {
Description string `json:"description" bson:"description"`
Resolved bool `json:"resolved" bson:"resolved"`
Id string `json:"id" bson:"_id"`
}
type TrackedItemType struct {
Name string `json:"name" bson:"name"`
Issues []IssueType `json:"issues" bson:"issues"`
Id string `json:"id" bson:"_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.