Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForEachTable ¶
func ForEachTable( installer Installer, db ddbinstall.DB, callback func(ddbinstall.Table) error, log ss.Log, ) error
ForEachTable calls the callback for each database table and logs it.
Types ¶
type Installer ¶
type Installer interface { NewTables(ddbinstall.DB, ss.Log) []ddbinstall.Table HasUserUpdateLambda() bool }
Installer describes the database installing interface.
Click to show internal directories.
Click to hide internal directories.