MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / TaskListIO

Interface TaskListIO

todo.go:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48)
49
50type TaskListIO interface {
51 Deserialize(reader io.Reader) (TaskList, error)
52 Serialize(writer io.Writer, tasks TaskList) error
53}
54
55type TaskNode interface {
56 ID() int

Callers 4

loadTaskListFunction · 0.65
loadMethod · 0.65
saveTaskListFunction · 0.65
saveMethod · 0.65

Implementers 2

jsonIOjsonio.go
legacyIOlegacyio.go

Calls

no outgoing calls

Tested by

no test coverage detected