blob: 8d51fc85c51af5f52218a5ab44b8c9126196e4bc [file] [log] [blame]
// This file was auto-generated by the veyron vdl tool.
// Source: schema.vdl
package schema
// Dir is used to represent directories.
type Dir struct {
// TODO(jyh): The IDL does not recognize empty structs. Fix it and remove this
// useless field.
X byte
}
// Bank is used to represent the information stored in a bank.
type Bank struct {
Accounts map[string]int64
}