Documentation
¶
Overview ¶
Package ndb implements the Network Database described in http://plan9.bell-labs.com/magic/man2html/6/ndb.
Index ¶
Constants ¶
View Source
const (
// Default NDB file
NdbLocal = "/lib/ndb/local"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ndb ¶
type Ndb struct {
// contains filtered or unexported fields
}
Ndb possibly comprised of multiple files.
type Record ¶
type Record []Tuple
A NDB record, which may contain multiple tuples, and may span multiple lines in the file.
Click to show internal directories.
Click to hide internal directories.