Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBReadInterface ¶
type DBReadInterface interface { Connect(host, user, pass string) error Read(db, table string) (DBTableInfo, error) Close() }
type DBReadSqlite ¶
type DBReadSqlite struct {
// contains filtered or unexported fields
}
func (*DBReadSqlite) Close ¶
func (s *DBReadSqlite) Close()
func (*DBReadSqlite) Connect ¶
func (s *DBReadSqlite) Connect(host, user, pass string) error
func (*DBReadSqlite) Read ¶
func (s *DBReadSqlite) Read(db, table string) (DBTableInfo, error)
type DBTableInfo ¶
Click to show internal directories.
Click to hide internal directories.