Versions in this module Expand all Collapse all v0 v0.2.0 Jun 2, 2022 Changes in this version type WireConfig + Settings *storage.SettingStore v0.1.0 May 8, 2022 Changes in this version + func StartWireListener(config WireConfig) error + type Database struct + func NewDatabase(name string) *Database + func (d *Database) AddTable(table sql.Table) + func (d *Database) GetTableInsensitive(ctx *sql.Context, tblName string) (sql.Table, bool, error) + func (d *Database) GetTableNames(ctx *sql.Context) ([]string, error) + func (d *Database) Name() string + type WireConfig struct + Namespaces *storage.NamespaceStore + Port int + Tasks *storage.TaskStore