blob: 78fd25dde4088330280f89e4e9bcc06b3b90f5d0 [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 {
}
// Bank is used to represent the information stored in a bank.
type Bank struct {
Accounts map[string]int64
}