backend

package
v0.0.0-...-97d4abd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package backend contains the backend manager, which is an actor that oversees the connection to a particular client application.

This is called "backend" because from the client application's point of view, we *are* the database implementation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Launch

func Launch(b net.Conn, backend *pgproto3.Backend)

Types

type BConn

type BConn struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis
Package receiver contains an actor that receives messages from a client application and forwards those messages to the backend manager
Package receiver contains an actor that receives messages from a client application and forwards those messages to the backend manager
Package sender contains an actor that receives messages from both the backend manager and postgres, and it forwards those messages to the client application
Package sender contains an actor that receives messages from both the backend manager and postgres, and it forwards those messages to the client application

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL