Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "db" StateNameDBPool = "postgres/dbpool" )
Variables ¶
This section is empty.
Functions ¶
func Constructor ¶
func Constructor(loader modules.ModuleLoader) (modules.LocalizedModule, error)
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) Exports ¶
func (module *Module) Exports() starlark.StringDict
type Rows ¶
type Rows struct {
starlarkstruct.Struct
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.