Discover Packages
github.com/victor-nach/time-tracker
models
package
Version:
v0.0.0-...-6c79d6b
Opens a new window with list of versions in this module.
Published: Jun 16, 2021
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
Documentation
¶
type Session struct {
ID string `json:"id"`
Owner string `json:"owner"`
Title string `json:"title"`
Description string `json:"description"`
Start int64 `json:"start"`
End int64 `json:"end"`
Duration int64 `json:"duration"`
Ts int64 `json:"Ts"`
}
type SessionInfo struct {
Title *string `json:"title"`
Description *string `json:"description"`
}
type User struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Password string `json:"password"`
Ts int64 `json:"Ts"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.