type github.com/lib/pq.ListenerConn
19 uses
github.com/lib/pq (current package)
notify.go#L47: type ListenerConn struct {
notify.go#L64: func NewListenerConn(name string, notificationChan chan<- *Notification) (*ListenerConn, error) {
notify.go#L68: func newDialListenerConn(d Dialer, name string, c chan<- *Notification) (*ListenerConn, error) {
notify.go#L74: l := &ListenerConn{
notify.go#L92: func (l *ListenerConn) acquireSenderLock() error {
notify.go#L106: func (l *ListenerConn) releaseSenderLock() {
notify.go#L112: func (l *ListenerConn) setState(newState int32) bool {
notify.go#L134: func (l *ListenerConn) listenerConnLoop() (err error) {
notify.go#L187: func (l *ListenerConn) listenerConnMain() {
notify.go#L218: func (l *ListenerConn) Listen(channel string) (bool, error) {
notify.go#L223: func (l *ListenerConn) Unlisten(channel string) (bool, error) {
notify.go#L228: func (l *ListenerConn) UnlistenAll() (bool, error) {
notify.go#L234: func (l *ListenerConn) Ping() error {
notify.go#L250: func (l *ListenerConn) sendSimpleQuery(q string) (err error) {
notify.go#L281: func (l *ListenerConn) ExecSimpleQuery(q string) (executed bool, err error) {
notify.go#L337: func (l *ListenerConn) Close() error {
notify.go#L352: func (l *ListenerConn) Err() error {
notify.go#L416: cn *ListenerConn
notify.go#L638: func (l *Listener) resync(cn *ListenerConn, notificationChan <-chan *Notification) error {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |