blob: 53cc709a3ec71e1e6ba479cb3bc06d21e2bc4611 [file] [log] [blame]
// This file was auto-generated by the veyron vdl tool.
// Source: schema.vdl
package schema
// Dir represents a directory.
type Dir struct {
}
// List is a list of items.
type List struct {
Name string
}
// Item is a single task to be done.
type Item struct {
Text string
Done bool
Tags []string
}