Documentation ¶ Index ¶ type Extracted func Extract() (*Extracted, error) func (e *Extracted) Cleanup() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Extracted ¶ type Extracted struct { JarPath string Dir string } Extract writes the embedded JDBC runner jar to a temp directory and returns its path. Call Cleanup on the returned Extracted to remove the temp files when done. func Extract ¶ func Extract() (*Extracted, error) func (*Extracted) Cleanup ¶ func (e *Extracted) Cleanup() error Source Files ¶ View all Source files runnerjar.go Click to show internal directories. Click to hide internal directories.