Documentation ¶ Index ¶ func Methods() []string func ModuleName(name string) string type Postgres func New(cfg *config.DataSourcePostgres, logger *zap.Logger) (*Postgres, error) func (m *Postgres) GetLoader(_ *script.Script) lua.LGFunction func (m *Postgres) Name() string func (m *Postgres) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Methods ¶ added in v0.4.0 func Methods() []string func ModuleName ¶ added in v0.4.0 func ModuleName(name string) string Types ¶ type Postgres ¶ type Postgres struct { // contains filtered or unexported fields } func New ¶ func New(cfg *config.DataSourcePostgres, logger *zap.Logger) (*Postgres, error) func (*Postgres) GetLoader ¶ func (m *Postgres) GetLoader(_ *script.Script) lua.LGFunction func (*Postgres) Name ¶ func (m *Postgres) Name() string func (*Postgres) Stop ¶ func (m *Postgres) Stop() error Source Files ¶ View all Source files postgres.go query.go Click to show internal directories. Click to hide internal directories.