Documentation
¶
Overview ¶
Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com
Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tasks = &AppTaskList{}
Functions ¶
This section is empty.
Types ¶
type AppTaskList ¶
type AppTaskList struct {
// contains filtered or unexported fields
}
func (*AppTaskList) AddTask ¶
func (atl *AppTaskList) AddTask(task *Task)
func (*AppTaskList) GetTask ¶
func (atl *AppTaskList) GetTask(name string) *Task
func (*AppTaskList) GetTasks ¶
func (atl *AppTaskList) GetTasks() []*Task
func (*AppTaskList) Init ¶
func (atl *AppTaskList) Init()
func (*AppTaskList) PrintTasks ¶
func (atl *AppTaskList) PrintTasks()
Click to show internal directories.
Click to hide internal directories.