Documentation ¶ Index ¶ func Wrap(row types.Row, finish func(error)) types.Row Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Wrap ¶ func Wrap(row types.Row, finish func(error)) types.Row Wrap returns a types.Row wrapper that invokes finish once when Scan or Err is called. It is safe to pass a nil row or finish function; in those cases the original row is returned. Types ¶ This section is empty. Source Files ¶ View all Source files rowtracker.go Click to show internal directories. Click to hide internal directories.