Documentation ¶ Index ¶ type Executor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Executor ¶ type Executor interface { // Exec abstracts the query execution. queryName is used for tracing and prepared statements. Exec(ctx context.Context, queryName, sql string, args ...interface{}) error } Executor describes the executor interface. Source Files ¶ View all Source files executor.go Directories ¶ Show internal Expand all Path Synopsis migrator pgxwrapper Click to show internal directories. Click to hide internal directories.