package storage type Table struct { columns map[string]Column } type Column struct { }