Documentation
¶
Index ¶
- type PackageTable
- type Table
- func (t *Table) Add(packagePath string, table *contracttable.Table)
- func (t *Table) Drop(pkg string)
- func (t *Table) Exists(pkg string) bool
- func (t *Table) Load(pkg string) (*contracttable.Table, error)
- func (t *Table) Lookup(pkg string) (*contracttable.Table, error)
- func (t *Table) Packages() []string
- func (t *Table) Save(pkg string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageTable ¶
type PackageTable map[string]*contracttable.Table
Click to show internal directories.
Click to hide internal directories.