Documentation
¶
Index ¶
- Constants
- func AddNewClient(name string) error
- func AddNewTask(clientName, name string) error
- func ClientExists(clientName string) (bool, error)
- func ConfirmDeleteClient(name string) (bool, error)
- func DeleteClient(clientName string, force bool) error
- func DeleteTask(clientName, taskName string) error
- func GetAll() (map[string]Tasks, error)
- func GetDBPath() (string, error)
- func InitDb() (*sql.DB, error)
- func SelectClientForTimer() (string, error)
- func SelectTaskForClient(clientName string) (string, error)
- func StartTimer(clientName, taskName string) error
- func StopTimer() (string, string, error)
- func UpdateTaskMinutes(clientName, taskName string, newMinutes float32, subtract bool) error
- type Project
- type Projects
- type Tasks
- type Timer
Constants ¶
View Source
const SchemaVersion = 2
Variables ¶
This section is empty.
Functions ¶
func AddNewClient ¶
func AddNewTask ¶
func ClientExists ¶
func ConfirmDeleteClient ¶
func DeleteClient ¶
func DeleteTask ¶
func SelectClientForTimer ¶
func SelectTaskForClient ¶
func StartTimer ¶
Types ¶
type Tasks ¶
func GetClientTasks ¶
Click to show internal directories.
Click to hide internal directories.