Documentation
¶
Overview ¶
Package querier contains library functions for MicroDB querier.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLQuerier ¶
type MySQLQuerier struct {
// contains filtered or unexported fields
}
MySQLQuerier represents a MySQL-based data origin querier.
func (*MySQLQuerier) Close ¶
func (m *MySQLQuerier) Close() error
Close closes all connections that the handler uses.
func (*MySQLQuerier) Handle ¶
func (m *MySQLQuerier) Handle() error
Handle starts the subscriber for handling write and direct read queries.
Click to show internal directories.
Click to hide internal directories.