Documentation ¶
Index ¶
Constants ¶
View Source
const KvSchema = `
CREATE TABLE IF NOT EXISTS %s (
k varchar(255) NOT NULL,
v BLOB,
PRIMARY KEY(k)
);
`
Variables ¶
View Source
var ConfigTable = "config"
View Source
var Debug bool
Functions ¶
Types ¶
type DB ¶
func (*DB) CheckTable ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) Unsubscribe ¶
Click to show internal directories.
Click to hide internal directories.