Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrExistsFile = errors.New("exists file")
)
Functions ¶
This section is empty.
Types ¶
type TableInfoStorer ¶
type TableInfoStorer interface {
SetTableID(uint64) TableInfoStorer
SetTableName(string) TableInfoStorer
SetFieldName(string) TableInfoStorer
}
Click to show internal directories.
Click to hide internal directories.