package
2.0.24+incompatible
Repository: https://github.com/yunify/qscamel.git
Documentation: pkg.go.dev
# Functions
CreateObject will create an object in db.
DeleteObject will delete an object.
DeleteTask will delete a task from content.
DeleteTaskByName will delete a task by it's name.
GetTask will get task by it's name.
GetTaskByName will get task by it's name.
HasDirectoryObject will check whether db has not finished directory object.
HasPartialObject will check whether db has not finished partial object.
HasParts will check whether specific key has not finished parts.
HasSingleObject will check whether db has not finished single object.
ListTask will list all tasks.
LoadTask will try to load task from database and file.
LoadTaskFromContent will load config from file content.
LoadTaskFromFilePath will load config from specific file path.
NextDirectoryObject will return the next directory object after p.
NextPartialObject will return the next single object after p.
NextSingleObject will return the next single object after p.
# Structs
DirectoryObject is the object for directory.
Endpoint store data for endpoint.
PartialObject is a partial object.
SingleObject is a single object.
Task store all data for a task.
# Interfaces
Object is the interface for object.