Documentation
¶
Overview ¶
Package table contains an Impl that wraps a given key of another Impl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoParent = errors.New("table has no parent (closed?)")
ErrNoParent occurs when the Table has no Parent.
Functions ¶
This section is empty.
Types ¶
type Table ¶
Table is an Impl that wraps a given Key of a Parent Impl.
func (*Table) Name ¶
Name returns the Table's Key. Recurses in the form "x.y.z" if the Parent is also a Table.
Click to show internal directories.
Click to hide internal directories.