Documentation
¶
Overview ¶
Package receiver contains an actor that receives messages from Postgres and (usually) forwards those messages to the backend manager. This actor is probably the closest analogue to the backend manager on the frontend, but it is simpler than the backend manager, and not truly comparable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewOutChans ¶
type Receiver ¶
type Receiver struct { NewOut chan<- NewOutChans // contains filtered or unexported fields }
func (*Receiver) AwaitDropRFQChan ¶
func (r *Receiver) AwaitDropRFQChan()
func (*Receiver) RFQSkip ¶
when proxying application_name, we will get an RFQ that the backend doesn't need to know about
func (*Receiver) SetDropRFQ ¶
Click to show internal directories.
Click to hide internal directories.