Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultConsumer ¶
type DefaultConsumer struct {
// contains filtered or unexported fields
}
func (*DefaultConsumer) Start ¶
func (c *DefaultConsumer) Start() error
func (*DefaultConsumer) Stop ¶
func (c *DefaultConsumer) Stop()
type UnsupportedEncoding ¶
type UnsupportedEncoding struct {
EncodingType string
}
func (*UnsupportedEncoding) Error ¶
func (e *UnsupportedEncoding) Error() string
type UnsupportedRequestType ¶
type UnsupportedRequestType struct {
Type sqlblobs.AsyncRequestType
}
func (*UnsupportedRequestType) Error ¶
func (e *UnsupportedRequestType) Error() string
Click to show internal directories.
Click to hide internal directories.