Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Comma = '\t'
View Source
var Comment = '#'
Functions ¶
This section is empty.
Types ¶
type RecordFile ¶
func New ¶
func New(st interface{}) (*RecordFile, error)
func (*RecordFile) Index ¶
func (rf *RecordFile) Index(i interface{}) interface{}
func (*RecordFile) Indexes ¶
func (rf *RecordFile) Indexes(i int) Index
func (*RecordFile) NumRecord ¶
func (rf *RecordFile) NumRecord() int
func (*RecordFile) Read ¶
func (rf *RecordFile) Read(name string) error
func (*RecordFile) Record ¶
func (rf *RecordFile) Record(i int) interface{}
Click to show internal directories.
Click to hide internal directories.