package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Nov 30, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Shift struct {
ID int `json:"id"`
Start time.Time `json:"start"`
End time.Time `json:"end"`
}
type Task struct {
ID int `json:"id"`
Description string `json:"description"`
Start time.Time `json:"start"`
End time.Time `json:"end"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.