github.com/lib/pq.ListenerConn.connState (field)

3 uses

	github.com/lib/pq (current package)
		notify.go#L53: 	connState int32
		notify.go#L77: 		connState:        connStateIdle,
		notify.go#L126: 	return atomic.CompareAndSwapInt32(&l.connState, expectedState, newState)