Documentation ¶ Index ¶ func DropAllTables(ctx context.Context, db *pgxpool.Pool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DropAllTables ¶ func DropAllTables(ctx context.Context, db *pgxpool.Pool) error DropAllTables does it what it says on the tin... it drops all of the tables that currently exist. Only suitable for testing, if you try to run this function outside of test it will return an error. Types ¶ This section is empty. Source Files ¶ View all Source files db.go Click to show internal directories. Click to hide internal directories.