package
Version:
v0.9.44
Opens a new window with list of versions in this module.
Published: Dec 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
AddTask save task to file.
type Client interface {
GetTask() (*Task, error)
}
Client task client.
IClient meets Client interface.
NewClient initilize Client.
GetTask get selected Task.
type Task struct {
Name string `yaml:"name"`
}
Task represents task.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.