type github.com/go-pg/pg/v10.Options

9 uses

	github.com/go-pg/pg/v10 (current package)
		base.go#L16: 	opt  *Options
		db.go#L16: func Connect(opt *Options) *DB {
		db.go#L52: func (db *DB) Options() *Options {
		options.go#L20: type Options struct {
		options.go#L95: func (opt *Options) init() {
		options.go#L174: func ParseURL(sURL string) (*Options, error) {
		options.go#L186: 	options := &Options{
		options.go#L259: func (opt *Options) getDialer() func(context.Context) (net.Conn, error) {
		options.go#L265: func newConnPool(opt *Options) *pool.ConnPool {