task

package
v0.0.0-...-e456fb9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2014 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const DEPENDS_ON = "DependsOn"
View Source
const ERR_TASK = -1
View Source
const TASK_LABEL = "Task"

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	Id   int
	Name string
	// contains filtered or unexported fields
}

type TaskManager

type TaskManager struct {
	Database neoism.GraphDB
}

func (TaskManager) AddDependency

func (self TaskManager) AddDependency(id int, depId int) (error, *Task)

func (TaskManager) AddTask

func (self TaskManager) AddTask(desc string) (error, *Task)

func (TaskManager) ListTasks

func (self TaskManager) ListTasks() (error, []*Task)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL