package
Version:
v0.0.0-...-5db230e
Opens a new window with list of versions in this module.
Published: Jul 23, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Issue struct {
Description string `json:"description"`
CreatedAt string `json:"created_at"`
Tasks []Task `json:"tasks"`
}
type LogTime struct {
Start time.Time `json:"start"`
Stop time.Time `json:"stop"`
}
type Task struct {
Description string `json:"description"`
LogTimes []LogTime `json:"log_times"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.