Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func (*Buffer) CalculateSize ¶
func (*Buffer) WriteBytes ¶
func (*Buffer) WriteInt32 ¶
func (*Buffer) WriteStartMsg ¶
func (*Buffer) WriteString ¶
type Config ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(ctx context.Context, cfg *Config) (*Connection, error)
func (*Connection) Close ¶
func (c *Connection) Close() error
func (*Connection) QueryContext ¶
func (c *Connection) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error)
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
func NewConnector ¶
type Reader ¶
func (Reader) ReadMessageType ¶
Click to show internal directories.
Click to hide internal directories.